Releases: p1c2u/jsonschema-path
Releases · p1c2u/jsonschema-path
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
0.2.1
Changelog
- Bump referencing from 0.24.4 to 0.29.0 #25
0.2.0
Changelog
- Python 3.7 support dropped #23
- Remove jsonschema dependency in favor of referencing and jsonschema-specifications #12
SchemaPath.from_path
factory method added
Deprecations
Spec
class name is deprecated. Use SchemaPath
instead.
spec_url
parameter is deprecated. Use base_uri
instead.
ref_resolver_handlers
parameter is deprecated. Use handlers
instead.
0.1.6
Changelog
- lock typing-extensions just for python37 #22