Skip to content

deps: bump jsonschema from 0.42.1 to 0.44.0#109

Merged
raffaelschneider merged 1 commit intomainfrom
dependabot/cargo/jsonschema-0.44.0
Mar 2, 2026
Merged

deps: bump jsonschema from 0.42.1 to 0.44.0#109
raffaelschneider merged 1 commit intomainfrom
dependabot/cargo/jsonschema-0.44.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps jsonschema from 0.42.1 to 0.44.0.

Release notes

Sourced from jsonschema's releases.

[Rust] Release 0.44.0

Added

  • canonical::json::to_string(value) for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.

Fixed

  • Do not produce annotations for non-string instances from contentMediaType, contentEncoding, and contentSchema keywords.

[Python] Release 0.43.0

Added

  • validator_cls_for(schema) function to detect and return the appropriate validator class for a schema.

Fixed

  • anyOf, format, unevaluatedProperties, and unevaluatedItems now correctly collect annotations per spec.

Performance

  • Optimize pattern and patternProperties for ^(a|b|c)$ alternations via linear array scan.
  • Optimize ^\S*$ patterns by replacing regex with a direct ECMA-262 whitespace check.

[Ruby] Release 0.43.0

Added

  • validator_cls_for(schema) function to detect and return the appropriate validator class for a schema.

Fixed

  • anyOf, format, unevaluatedProperties, and unevaluatedItems now correctly collect annotations per spec.

Performance

  • Optimize pattern and patternProperties for ^(a|b|c)$ alternations via linear array scan.
  • Optimize ^\S*$ patterns by replacing regex with a direct ECMA-262 whitespace check.

[Rust] Release 0.43.0

Performance

  • Optimize pattern and patternProperties for ^(a|b|c)$ alternations via linear array scan.
  • Optimize ^\S*$ patterns by replacing regex with a direct ECMA-262 whitespace check.

Fixed

  • anyOf, format, unevaluatedProperties, and unevaluatedItems now correctly collect annotations per spec.

[Python] Release 0.42.2

Fixed

... (truncated)

Changelog

Sourced from jsonschema's changelog.

[0.44.0] - 2026-03-02

Added

  • canonical::json::to_string(value) for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.

Fixed

  • Do not produce annotations for non-string instances from contentMediaType, contentEncoding, and contentSchema keywords.

[0.43.0] - 2026-02-28

Performance

  • Optimize pattern and patternProperties for ^(a|b|c)$ alternations via linear array scan.
  • Optimize ^\S*$ patterns by replacing regex with a direct ECMA-262 whitespace check.

Fixed

  • anyOf, format, unevaluatedProperties, and unevaluatedItems now correctly collect annotations per spec.

[0.42.2] - 2026-02-26

Fixed

  • SWAR digit parser accepted bytes :? (0x3A–0x3F) as valid digits during date, time, and date-time format validation, potentially allowing malformed values to pass.

Performance

  • Extend pattern prefix optimization to handle escaped slashes (^\/) and exact-match patterns (^\$ref$).
  • Specialize enum for cases when all variants are strings.
Commits
  • 5f74106 chore(rust): Release 0.44.0
  • 6699215 feat(python): Efficient schema cloning
  • 39235e1 chore: Restructure canonicalisation
  • 90f972b feat: canonical_to_string for canonical JSON serialization
  • b1e05fe feat(ruby): canonical_dumps(object) for canonical JSON serialization
  • 351b49a fix: Annotations from contentSchema
  • a8fdb45 build: Add timeouts & concurrency control to CI jobs
  • 0e95f23 chore(ruby): Fix lints
  • 1e4111e feat(ruby): add annotation test harness
  • eea3c3f perf: Faster canonical serialization
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Dependency updates rust Pull requests that update rust code labels Mar 2, 2026
@raffaelschneider
Copy link
Contributor

@dependabot rebase

Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.42.1 to 0.44.0.
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@ruby-v0.42.1...rust-v0.44.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/jsonschema-0.44.0 branch from 0ae3563 to 135059b Compare March 2, 2026 06:07
@raffaelschneider raffaelschneider merged commit 3525c10 into main Mar 2, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/jsonschema-0.44.0 branch March 2, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant