Skip to content

Bump jsonschema from 4.17.3 to 4.19.2

Ronan Amicel requested to merge dependabot-pip-jsonschema-4.19.2 into main

Bumps jsonschema from 4.17.3 to 4.19.2.

Release notes

Sourced from jsonschema's releases.

v4.19.2

  • Fix the error message for additional items when used with heterogeneous arrays.
  • Don't leak the additionalItems keyword into JSON Schema draft 2020-12, where it was replaced by items.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.19.1...v4.19.2

v4.19.1

What's Changed

New Contributors

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.19.0...v4.19.1

v4.19.0

  • Importing the Validator protocol directly from the package root is deprecated. Import it from jsonschema.protocols.Validator instead.
  • Automatic retrieval of remote references (which is still deprecated) now properly succeeds even if the retrieved resource does not declare which version of JSON Schema it uses. Such resources are assumed to be 2020-12 schemas. This more closely matches the pre-referencing library behavior.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.6...v4.19.0

v4.18.6

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.5...v4.18.6

v4.18.5

  • Declare support for Py3.12

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.4...v4.18.5

v4.18.4

  • Improve the hashability of wrapped referencing exceptions when they contain hashable data.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.3...v4.18.4

v4.18.3

... (truncated)

Changelog

Sourced from jsonschema's changelog.

v4.19.2

  • Fix the error message for additional items when used with heterogeneous arrays.
  • Don't leak the additionalItems keyword into JSON Schema draft 2020-12, where it was replaced by items.

v4.19.1

  • Single label hostnames are now properly considered valid according to the hostname format. This is the behavior specified by the relevant RFC (1123). IDN hostname behavior was already correct.

v4.19.0

  • Importing the Validator protocol directly from the package root is deprecated. Import it from jsonschema.protocols.Validator instead.
  • Automatic retrieval of remote references (which is still deprecated) now properly succeeds even if the retrieved resource does not declare which version of JSON Schema it uses. Such resources are assumed to be 2020-12 schemas. This more closely matches the pre-referencing library behavior.

v4.18.6

  • Set a jsonschema specific user agent when automatically retrieving remote references (which is deprecated).

v4.18.5

  • Declare support for Py3.12

v4.18.4

  • Improve the hashability of wrapped referencing exceptions when they contain hashable data.

v4.18.3

  • Properly preserve applicable_validators in extended validators. Specifically, validators extending early drafts where siblings of $ref were ignored will properly ignore siblings in the extended validator.

v4.18.2

  • Fix an additional regression with the deprecated jsonschema.RefResolver and pointer resolution.

v4.18.1

... (truncated)

Commits
  • 7f003a9 Update docs requirements.
  • daa40b3 Don't leak the additionalItems keyword into JSON Schema draft 2020-12
  • 8cff13d Fix items/prefixItems' message when used with heterogeneous arrays.
  • d9be1a4 Merge commit '75f09dc062084528d31018e9297dab132a997590'
  • 75f09dc Squashed 'json/' changes from a9a1e2e..95fe6ca
  • aaee6f4 Merge pull request #1181 from python-jsonschema/pre-commit-ci-update-config
  • 9096bca [pre-commit.ci] pre-commit autoupdate
  • 628a2c9 Squashed 'json/' changes from ba52c48a..a9a1e2e3
  • edde408 Merge commit '628a2c96bc397ed6c0c385bf68b2be5094b2be94'
  • e6ec2f9 Squashed 'json/' changes from 4ecd01f3..ba52c48a
  • Additional commits viewable in compare view

Merge request reports