File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.38.1] - 2025-12-25
6+
57### Fixed
68
79- ` multipleOf ` validation for integer values between ` 2^53 ` and ` i64::MAX ` .
813815## 0.1.0 - 2020-06-09
814816- Initial public release
815817
816- [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.38.0...HEAD
818+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.38.1...HEAD
819+ [ 0.38.1 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.38.0...python-v0.38.1
817820[ 0.38.0 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.37.4...python-v0.38.0
818821[ 0.37.4 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.37.3...python-v0.37.4
819822[ 0.37.3 ] : https://github.com/Stranger6667/jsonschema/compare/python-v0.37.2...python-v0.37.3
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonschema-py"
3- version = " 0.38.0 "
3+ version = " 0.38.1 "
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