github python-jsonschema/jsonschema v4.17.0

latest releases: v4.23.0, v4.22.0, v4.21.1...
23 months ago
  • The check_schema method on jsonschema.protocols.Validator instances now enables format validation by default when run. This can catch some additional invalid schemas (e.g. containing invalid regular expressions) where the issue is indeed uncovered by validating against the metaschema with format validation enabled as an assertion.
  • The jsonschema CLI (along with jsonschema.cli the module) are now deprecated. Use check-jsonschema instead, which can be installed via pip install check-jsonschema and found here.
  • Make ErrorTree have a more grammatically correct repr.

Full Changelog: v4.16.0...v4.17.0

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.