github Stranger6667/jsonschema python-v0.23.0
[Python] Release 0.23.0

latest releases: ruby-v0.46.5, python-v0.46.5, rust-v0.46.5...
19 months ago

Added

  • Partial support for unevaluatedItems, excluding references.
  • validate_formats argument to all validator classes and validation functions. This allows overriding the draft-specific default behavior for format validation.
  • ignore_unknown_formats argument to all validator classes and validation functions. When set to False, unrecognized formats will be reported as validation errors instead of being silently ignored.
  • Python 3.13 support.

Changed

  • Improve error messages on URI resolving and parsing.

Fixed

  • Resolving file references on Windows. #441

Performance

  • Faster building of a validator.
  • Speedup hostname & idn-hostname formats validation.

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.