Releases: python-jsonschema/referencing
Releases · python-jsonschema/referencing
v0.35.1
- Make
Resource.pointer
also properly handle empty pointers (which refer to the root document).
This fix likely only affects you if you were using that function directly, asResource.lookup
already handles empty fragments.
Full Changelog: v0.35.0...v0.35.1
v0.35.0
- Ensure that
Registry.contents()
also raisesNoSuchResource
exceptions for nonexistent resources, notKeyError
(which is an implementation detail).
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
- Also look inside
definitions
keywords even on newer dialects. The specification recommends doing so regardless of the rename to$defs
. - Ensure non-blocking mypy compatibility by @jamescw19 in #130
New Contributors
- @jamescw19 made their first contribution in #130
Full Changelog: v0.33.0...v0.34.0
v0.33.0
- Add a
referencing.jsonschema.SchemaResource
type alias to go along with the other JSON Schema specialized types.
Full Changelog: v0.32.1...v0.33.0
v0.32.1
- Make
Specification.detect
raise aCannotDetermineSpecification
error even if passed a mapping with a$schema
key that doesn't match JSON Schema dialect semantics (e.g. a non-string).
Full Changelog: v0.32.0...v0.32.1
v0.32.0
Full Changelog: v0.31.1...v0.32.0
v0.31.1
Full Changelog: v0.31.0...v0.31.1
v0.31.0
Full Changelog: v0.30.2...v0.31.0
v0.30.2
Full Changelog: v0.30.1...v0.30.2
v0.30.1
Full Changelog: v0.30.0...v0.30.1