You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ v4.19.0
3
3
4
4
* Importing the ``Validator`` protocol directly from the package root is deprecated.
5
5
Import it from ``jsonschema.protocols.Validator`` instead.
6
+
* Automatic retrieval of remote references (which is still deprecated) now properly succeeds even if the retrieved resource does not declare which version of JSON Schema it uses.
7
+
Such resources are assumed to be 2020-12 schemas.
8
+
This more closely matches the pre-referencing library behavior.
0 commit comments