Skip to content

chore(deps): bump jsonschema from 0.46.6 to 0.48.5 in /crates#354

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/jsonschema-0.48.1
Open

chore(deps): bump jsonschema from 0.46.6 to 0.48.5 in /crates#354
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/jsonschema-0.48.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps jsonschema from 0.46.6 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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 19, 2026
@dependabot dependabot Bot changed the title chore(deps): bump jsonschema from 0.46.6 to 0.48.1 in /crates chore(deps): bump jsonschema from 0.46.6 to 0.48.5 in /crates Jul 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/crates/jsonschema-0.48.1 branch from 98a5e87 to 2ba0af9 Compare July 23, 2026 02:52
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.46.6 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@cli-v0.46.6...ruby-v0.48.5)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 0.48.1
  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/crates/jsonschema-0.48.1 branch from 2ba0af9 to c980b21 Compare July 23, 2026 20:34
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