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
Fix a regression with RefResolver-based resolution in newly created drafts
We need a bit more state management to serve `RefResolver` until it's
fully removed :/
(The handler here is simply to avoid needing to hit some remote
reference.)
Refs: #1061 (comment)
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
v4.18.1
2
+
=======
3
+
4
+
* Fix a regression with ``jsonschema.RefResolver`` based resolution when used in combination with a custom validation dialect (via ``jsonschema.validators.create``).
0 commit comments