Skip to content

build(deps): bump jsonschema from 0.45.1 to 0.46.0#3695

Merged
jqnatividad merged 1 commit into
masterfrom
dependabot/cargo/jsonschema-0.46.0
Apr 11, 2026
Merged

build(deps): bump jsonschema from 0.45.1 to 0.46.0#3695
jqnatividad merged 1 commit into
masterfrom
dependabot/cargo/jsonschema-0.46.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Copy link
Copy Markdown
Contributor

Bumps jsonschema from 0.45.1 to 0.46.0.

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.46.0

Added

  • Accept JSON strings in validator_cls_for.
  • Resolver and Resolved types for programmatic schema resolution.
  • dereference function to recursively inline $ref references. #422
  • ValidatorMap for validating instances against subschemas identified by URI-fragment JSON pointer. #1075

Fixed

  • Compilation error on wasm32 targets. #1093

Performance

  • Avoid registry clones and document clones during validator construction. This improves real-world schema compilation by roughly 10-20% in internal benchmarks.

[Ruby] Release 0.46.0

Added

  • Accept JSON strings in validator_cls_for.
  • Resolver and Resolved types for programmatic schema resolution.
  • dereference function to recursively inline $ref references. #422
  • ValidatorMap for validating instances against subschemas identified by URI-fragment JSON pointer. #1075

Performance

  • Avoid registry clones and document clones during validator construction. This improves real-world schema compilation by roughly 10-20% in internal benchmarks.

[Rust] Release 0.46.0

Added

  • ValidatorMap for validating instances against subschemas identified by URI-fragment JSON pointer. #1075
  • CLI: Accept multiple values after -i/--instance (e.g. jsonschema validate schema.json -i *.json). #1085
  • dereference function to recursively inline $ref references. #422
  • CLI: jsonschema dereference subcommand to dereference a schema from the command line.

Breaking Changes

  • Registry construction now uses an explicit prepare step, and with_registry now borrows the prepared registry. ValidationOptions::with_resource and ValidationOptions::with_resources were removed in favor of building a Registry first. See the Migration Guide for the details.

Performance

  • Avoid registry clones and document clones during validator construction. This improves real-world schema compilation by roughly 10-20% in internal benchmarks.
Changelog

Sourced from jsonschema's changelog.

[0.46.0] - 2026-04-10

Added

  • ValidatorMap for validating instances against subschemas identified by URI-fragment JSON pointer. #1075
  • CLI: Accept multiple values after -i/--instance (e.g. jsonschema validate schema.json -i *.json). #1085
  • dereference function to recursively inline $ref references. #422
  • CLI: jsonschema dereference subcommand to dereference a schema from the command line.

Breaking Changes

  • Registry construction now uses an explicit prepare step, and with_registry now borrows the prepared registry. ValidationOptions::with_resource and ValidationOptions::with_resources were removed in favor of building a Registry first. See the Migration Guide for the details.

Performance

  • Avoid registry clones and document clones during validator construction. This improves real-world schema compilation by roughly 10-20% in internal benchmarks.
Commits
  • 89848e0 chore(ruby): Release 0.46.0
  • 3680725 chore(python): Release 0.46.0
  • 9abf4d1 chore(ruby): Update dependency on jsonschema
  • 871bfd3 chore(rust): Release 0.46.0
  • 92434f6 perf: Fewer Arc allocations
  • 1ac38b2 perf: Add definitions to the list of known keywords
  • 5d3e409 perf: Fewer allocations when collecting annotations
  • f51d564 feat: Validate with JSON pointer
  • d35102f perf: Simpler reference resolution cache
  • 2a66919 feat: dereference function to recursively inline $ref references
  • 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)

Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.45.1 to 0.46.0.
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@ruby-v0.45.1...ruby-v0.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 11, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@jqnatividad jqnatividad merged commit 2807663 into master Apr 11, 2026
16 of 17 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/jsonschema-0.46.0 branch April 11, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant