We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a6d24 commit 1858acbCopy full SHA for 1858acb
stubs/jsonschema/jsonschema/validators.pyi
@@ -96,6 +96,14 @@ class Draft202012Validator(_Validator):
96
97
_Handler: TypeAlias = Callable[[str], Incomplete]
98
99
+@deprecated(
100
+ "jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the "
101
+ "https://github.com/python-jsonschema/referencing library, which "
102
+ "provides more compliant referencing behavior as well as more "
103
+ "flexible APIs for customization. A future release will remove "
104
+ "RefResolver. Please file a feature request (on referencing) if you "
105
+ "are missing an API for the kind of customization you need."
106
+)
107
class RefResolver:
108
referrer: dict[str, Incomplete]
109
cache_remote: Incomplete
0 commit comments