Files
typeshed/stubs/jsonschema
sedat4ras dc981ee66f [jsonschema] Fix RefResolver store parameter type (#15542)
Change URIDict to use MutableMapping[str, Any] as the value type
throughout, consistent with the actual runtime behavior where store
values are schema documents (JSON objects), not plain strings.
2026-03-24 16:09:54 +01:00
..