File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.44.0] - 2026-03-02
6+
57### Added
68
79- ` canonical.json.to_string(object) ` for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.
954956## 0.1.0 - 2020-06-09
955957- Initial public release
956958
957- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.43.0...HEAD
959+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.44.0...HEAD
960+ [ 0.44.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.43.0...python-v0.44.0
958961[ 0.43.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.42.2...python-v0.43.0
959962[ 0.42.2 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.42.1...python-v0.42.2
960963[ 0.42.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.42.0...python-v0.42.1
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-py"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44description = " A high-performance JSON Schema validator for Python"
55keywords = [" jsonschema" , " validation" ]
66categories = [" web-programming" ]
You can’t perform that action at this time.
0 commit comments