Skip to content

Bump jsonschema from 0.26.2 to 0.48.5 in /rust - #9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/jsonschema-0.48.5
Closed

Bump jsonschema from 0.26.2 to 0.48.5 in /rust#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/jsonschema-0.48.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown

Bumps jsonschema from 0.26.2 to 0.48.5.

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.48.5

Performance

  • Avoid map lookups in some properties validators.
  • Faster validation of {"type": "array", "items": {...}} schemas.

[Ruby] Release 0.48.5

Performance

  • Avoid map lookups in some properties validators.
  • Faster validation of {"type": "array", "items": {...}} schemas.

[Rust] Release 0.48.5

Changed

  • INTERNAL. Extract common JSON Schema semantic into a separate jsonschema-value crate.

Performance

  • Avoid map lookups in some properties validators.
  • Faster validation of {"type": "array", "items": {...}} schemas.

[Python] Release 0.48.2

Performance

  • Faster validator compilation by pre-sizing internal caches.

[Ruby] Release 0.48.2

Fixed

  • Canonical::JSON.to_string incorrectly emitting exponent form for small Float values (e.g. 1e-7 instead of 0.0000001).

Performance

  • Faster validator compilation by pre-sizing internal caches.

[Rust] Release 0.48.2

Performance

  • Faster validator compilation by pre-sizing internal caches.

[Python] Release 0.48.1

Fixed

  • Missing required errors in evaluate() output for schemas with properties and a two-entry required array. #1220
  • contentEncoding errors for invalid UTF-8 after decoding incorrectly had empty instance_path and schema_path.

[Ruby] Release 0.48.1

Fixed

... (truncated)

Changelog

Sourced from jsonschema's changelog.

[0.48.5] - 2026-07-22

Fixed

  • Packaging issue again.

[0.48.4] - 2026-07-22

Fixed

  • Packaging issue.

[0.48.3] - 2026-07-22

Changed

  • INTERNAL. Extract common JSON Schema semantic into a separate jsonschema-value crate.

Performance

  • Avoid map lookups in some properties validators.
  • Faster validation of {"type": "array", "items": {...}} schemas.

[0.48.2] - 2026-07-21

Performance

  • Faster validator compilation by pre-sizing internal caches.

[0.48.1] - 2026-07-17

Fixed

  • Missing required errors in evaluate() output for schemas with properties and a two-entry required array. #1220
  • contentEncoding errors for invalid UTF-8 after decoding incorrectly had empty instance_path and schema_path.

Performance

  • Faster code generation for #[jsonschema::validator] (~5% across benchmarked schemas), via aliasing repeated paths in the emitted code.

[0.48.0] - 2026-07-16

Added

  • iter_errors for #[jsonschema::validator]-generated validators.

Fixed

  • Per-branch context on generated anyOf and oneOf validation errors, matching runtime validators.
  • $recursiveRef in generated validators incorrectly resolved to the innermost $recursiveAnchor (it should resolve to the outermost one).

... (truncated)

Commits
  • 0f09bc8 chore(ruby): Release 0.48.5
  • 59bae39 chore(ruby): Update schema canonicalization implementation
  • a27c665 chore(python): Release 0.48.5
  • 91c8983 chore(rust): Release 0.48.5
  • 09aea02 fix: packaging
  • cb73267 chore(rust): Release 0.48.4
  • f4e8036 chore(rust): Release 0.48.3
  • bc07aaf refactor: Extract uniqueItems logic into jsonschema-value
  • 8018ed8 feat: Support exclusive bounds in canonicalization
  • 36ac56f refactor: Canonicalization semantics
  • 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.26.2 to 0.48.5.
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@rust-v0.26.2...ruby-v0.48.5)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 0.48.5
  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 Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Author

Superseded by #29.

@dependabot dependabot Bot closed this Jul 30, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/rust/jsonschema-0.48.5 branch July 30, 2026 06:44
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.

0 participants