Bump jsonschema from 3.2.0 to 4.25.1
Bumps jsonschema from 3.2.0 to 4.25.1.
Release notes
Sourced from jsonschema's releases.
v4.25.1
What's Changed
- Fix
Validatorprotocol init to match runtime by@sirosenin python-jsonschema/jsonschema#1396Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.25.1
v4.25.0
What's Changed
- Add support for the
iriandiri-referenceformats to theformat-nongplextra by@jkowalleckin python-jsonschema/jsonschema#1388New Contributors
@jkowalleckmade their first contribution in python-jsonschema/jsonschema#1388Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.24.1...v4.25.0
v4.24.1
What's Changed
- Unambiguously quote and escape properties in JSON path rendering by
@kurtmckeein python-jsonschema/jsonschema#1390- Drop python<3.9 backports by
@hackowitz-afin python-jsonschema/jsonschema#1367New Contributors
@hackowitz-afmade their first contribution in python-jsonschema/jsonschema#1367@kurtmckeemade their first contribution in python-jsonschema/jsonschema#1390Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.24.0...v4.24.1
v4.24.0
What's Changed
- Fix calculation of evaluated properties by
@V02460in python-jsonschema/jsonschema#1351- Support for Python 3.8 has been dropped, as it is end-of-life.
New Contributors
@bkuengmade their first contribution in python-jsonschema/jsonschema#1326@V02460made their first contribution in python-jsonschema/jsonschema#1351Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.23.0...v4.24.0
v4.23.0
... (truncated)
Changelog
Sourced from jsonschema's changelog.
v4.25.1
- Fix an incorrect required argument in the
Validatorprotocol's type annotations (#1396).v4.25.0
- Add support for the
iriandiri-referenceformats to theformat-nongplextra via the MIT-licensedrfc3987-syntax. They were alread supported by theformatextra. (#1388).v4.24.1
- Properly escape segments in
ValidationError.json_path(#139).v4.24.0
- Fix improper handling of
unevaluatedPropertiesin the presence ofadditionalProperties(#1351).- Support for Python 3.8 has been dropped, as it is end-of-life.
v4.23.0
- Do not reorder dictionaries (schemas, instances) that are printed as part of validation errors.
- Declare support for Py3.13
v4.22.0
- Improve
best_match(and thereby error messages fromjsonschema.validate) in cases where there are multiple sibling errors from applyinganyOf/allOf-- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).- (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as
==would.v4.21.1
- Slightly speed up the
containskeyword by removing some unnecessary validator (re-)creation.v4.21.0
- Fix the behavior of
enumin the presence of0or1to properly considerTrueandFalseunequal (#1208).- Special case the error message for
{min,max}{Items,Length,Properties}when they're checking for emptiness rather than true length.v4.20.0
- Properly consider items (and properties) to be evaluated by
unevaluatedItems(resp.unevaluatedProperties) when behind a$dynamicRefas specified by the 2020 and 2019 specifications.jsonschema.exceptions.ErrorTree.__setitem__is now deprecated.
... (truncated)
Commits
331c384Add the fix to the changelog.c1ec0a6Merge pull request #1398 from python-jsonschema/dependabot/github_actions/ast...8e7d594Merge pull request #1399 from python-jsonschema/dependabot/github_actions/act...460f4faMerge pull request #1396 from sirosen/improve-protocol-init-signature1e58409[pre-commit.ci] auto fixes from pre-commit.com hooks64bc217Add a typing test for the Validator protocol6c25741Bump actions/checkout from 4 to 5bf603d5Bump astral-sh/setup-uv from 6.4.3 to 6.5.0a916d8fFixValidatorprotocol init to match runtimede60f18Merge pull request #1397 from python-jsonschema/pre-commit-ci-update-config- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.