Releases: p1c2u/jsonschema-path
Releases · p1c2u/jsonschema-path
0.4.0a1
Upgrades
- Python 3.8 support dropped #171
- Python 3.13 support #173
- Upgrade pathable #176
Fixes
- Schema mapping key invariance fix #172
Backward incompatibilities
SchemaAccessor.open
removed
SchemaAccessor.read
added
0.3.4
Upgrades
- Bump referencing from 0.35.0 to 0.36.0 #160
0.3.3
Upgrades
- Relax dependency constraint to support referencing 0.35 #138
0.3.2
Bug fixes
- Manifest py.typed fix #93
- Use contents method #94
- Bump referencing version limit to 0.31 #92
0.3.1
Features
- SchemaPath
contents
method added #79
0.3.0
This version changes project and package name from jsonschema-spec to jsonschema-path.
Features
exists
and as_uri
path methods added #72
- Python 3.12 support #43
- Allow set verify to requests handler #74
- Remove deprecated Spec #76
- Project rename #75
0.2.4
Bug fixes
- Accessor store resolved references fix #58
0.2.3
Bug fixes
FilePathReader
read relative path fix #39
0.2.2
Features
- Add
resolve
context method for SchemaPath
#31