Skip to content

Commit 2dfc36e

Browse files
chore(deps): bump the jsonschema group with 2 updates (#984)
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) and [referencing](https://github.com/Stranger6667/jsonschema) to permit the latest version. Updates `jsonschema` to 0.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/releases">jsonschema's releases</a>.</em></p> <blockquote> <h2>[Python] Release 0.45.0</h2> <h3>Added</h3> <ul> <li><code>bundle(schema, ...)</code>: produce a Compound Schema Document with all external <code>$ref</code> targets embedded in a draft-appropriate container (<code>definitions</code> for Draft 4/6/7, <code>$defs</code> for Draft 2019-09/2020-12; <a href="https://json-schema.org/draft/2020-12/json-schema-core#appendix-B">Appendix B</a>). <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><code>ValidationError.absolute_keyword_location</code> to get the absolute keyword location URI of the schema node that produced the error.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">jsonschema's changelog</a>.</em></p> <blockquote> <h2>[0.45.0] - 2026-03-08</h2> <h3>Added</h3> <ul> <li><code>bundle(schema)</code> / <code>async_bundle(schema)</code> / <code>ValidationOptions::bundle</code>: produce a Compound Schema Document with external <code>$ref</code> targets embedded in a draft-appropriate container (<code>definitions</code> for Draft 4/6/7, <code>$defs</code> for Draft 2019-09/2020-12) while preserving <code>$ref</code> values. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><strong>CLI</strong>: <code>jsonschema validate</code> and <code>jsonschema bundle</code> subcommands. Flat invocation (<code>jsonschema schema.json -i …</code>) is deprecated — use <code>jsonschema validate</code> instead. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><code>ValidationError::absolute_keyword_location()</code> to get the absolute keyword location URI of the schema node that produced the error. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/737">#737</a>.</li> </ul> <h3>Changed</h3> <ul> <li><code>ValidationError::into_parts()</code> now returns <code>ValidationErrorParts</code> instead of a tuple.</li> </ul> <h2>[0.44.1] - 2026-03-03</h2> <h3>Fixed</h3> <ul> <li><code>hostname</code> format now applies legacy RFC 1034 semantics in Draft 4/6 and keeps IDNA A-label validation in Draft 7+.</li> </ul> <h2>[0.44.0] - 2026-03-02</h2> <h3>Added</h3> <ul> <li><code>canonical::json::to_string(value)</code> for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.</li> </ul> <h3>Fixed</h3> <ul> <li>Do not produce annotations for non-string instances from <code>contentMediaType</code>, <code>contentEncoding</code>, and <code>contentSchema</code> keywords.</li> </ul> <h2>[0.43.0] - 2026-02-28</h2> <h3>Performance</h3> <ul> <li>Optimize <code>pattern</code> and <code>patternProperties</code> for <code>^(a|b|c)$</code> alternations via linear array scan.</li> <li>Optimize <code>^\S*$</code> patterns by replacing regex with a direct ECMA-262 whitespace check.</li> </ul> <h3>Fixed</h3> <ul> <li><code>anyOf</code>, <code>format</code>, <code>unevaluatedProperties</code>, and <code>unevaluatedItems</code> now correctly collect annotations per spec.</li> </ul> <h2>[0.42.2] - 2026-02-26</h2> <h3>Fixed</h3> <ul> <li>SWAR digit parser accepted bytes <code>:</code>–<code>?</code> (0x3A–0x3F) as valid digits during <code>date</code>, <code>time</code>, and <code>date-time</code> format validation, potentially allowing malformed values to pass.</li> </ul> <h3>Performance</h3> <ul> <li>Extend <code>pattern</code> prefix optimization to handle escaped slashes (<code>^\/</code>) and exact-match patterns (<code>^\$ref$</code>).</li> <li>Specialize <code>enum</code> for cases when all variants are strings.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stranger6667/jsonschema/commit/29ca0b07f9e0f5bea740121a98b539c31076e8fc"><code>29ca0b0</code></a> chore(ruby): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f0d139211063002a8c3ea49f7260eaf0ac6ee0c3"><code>f0d1392</code></a> chore(python): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8dea24ab94133813321682d41e5fc377950a2d4c"><code>8dea24a</code></a> chore(rust): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8da0f79f0f83b38b7818805091d9801d1b159ecb"><code>8da0f79</code></a> feat: Schema bundling</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/7e49e4fefa629c80758b71091f71797f21b71670"><code>7e49e4f</code></a> test: Add ci job for s390x</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/83aec59017cdadc88d12b3816bea3ff84d646cd7"><code>83aec59</code></a> feat: Add absolute keyword location to <code>ValidationError</code></li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e06c794d51738c5dddb78f2d48c583a0a82f13ec"><code>e06c794</code></a> chore(ruby): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/502020442e1445a280acaddb2c9f1b325e444fa1"><code>5020204</code></a> chore(python): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/d7bc14f8876027e255374b5613b212944216fc01"><code>d7bc14f</code></a> chore(rust): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e6c1bc861323de2edc842e6930590de6af7d3614"><code>e6c1bc8</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.45.0">compare view</a></li> </ul> </details> <br /> Updates `referencing` to 0.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/releases">referencing's releases</a>.</em></p> <blockquote> <h2>[Python] Release 0.45.0</h2> <h3>Added</h3> <ul> <li><code>bundle(schema, ...)</code>: produce a Compound Schema Document with all external <code>$ref</code> targets embedded in a draft-appropriate container (<code>definitions</code> for Draft 4/6/7, <code>$defs</code> for Draft 2019-09/2020-12; <a href="https://json-schema.org/draft/2020-12/json-schema-core#appendix-B">Appendix B</a>). <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><code>ValidationError.absolute_keyword_location</code> to get the absolute keyword location URI of the schema node that produced the error.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md">referencing's changelog</a>.</em></p> <blockquote> <h2>[0.45.0] - 2026-03-08</h2> <h3>Added</h3> <ul> <li><code>bundle(schema)</code> / <code>async_bundle(schema)</code> / <code>ValidationOptions::bundle</code>: produce a Compound Schema Document with external <code>$ref</code> targets embedded in a draft-appropriate container (<code>definitions</code> for Draft 4/6/7, <code>$defs</code> for Draft 2019-09/2020-12) while preserving <code>$ref</code> values. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><strong>CLI</strong>: <code>jsonschema validate</code> and <code>jsonschema bundle</code> subcommands. Flat invocation (<code>jsonschema schema.json -i …</code>) is deprecated — use <code>jsonschema validate</code> instead. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/791">#791</a>.</li> <li><code>ValidationError::absolute_keyword_location()</code> to get the absolute keyword location URI of the schema node that produced the error. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/737">#737</a>.</li> </ul> <h3>Changed</h3> <ul> <li><code>ValidationError::into_parts()</code> now returns <code>ValidationErrorParts</code> instead of a tuple.</li> </ul> <h2>[0.44.1] - 2026-03-03</h2> <h3>Fixed</h3> <ul> <li><code>hostname</code> format now applies legacy RFC 1034 semantics in Draft 4/6 and keeps IDNA A-label validation in Draft 7+.</li> </ul> <h2>[0.44.0] - 2026-03-02</h2> <h3>Added</h3> <ul> <li><code>canonical::json::to_string(value)</code> for canonical JSON serialization (stable key ordering and numeric normalization), useful for deduplicating equivalent JSON Schemas.</li> </ul> <h3>Fixed</h3> <ul> <li>Do not produce annotations for non-string instances from <code>contentMediaType</code>, <code>contentEncoding</code>, and <code>contentSchema</code> keywords.</li> </ul> <h2>[0.43.0] - 2026-02-28</h2> <h3>Performance</h3> <ul> <li>Optimize <code>pattern</code> and <code>patternProperties</code> for <code>^(a|b|c)$</code> alternations via linear array scan.</li> <li>Optimize <code>^\S*$</code> patterns by replacing regex with a direct ECMA-262 whitespace check.</li> </ul> <h3>Fixed</h3> <ul> <li><code>anyOf</code>, <code>format</code>, <code>unevaluatedProperties</code>, and <code>unevaluatedItems</code> now correctly collect annotations per spec.</li> </ul> <h2>[0.42.2] - 2026-02-26</h2> <h3>Fixed</h3> <ul> <li>SWAR digit parser accepted bytes <code>:</code>–<code>?</code> (0x3A–0x3F) as valid digits during <code>date</code>, <code>time</code>, and <code>date-time</code> format validation, potentially allowing malformed values to pass.</li> </ul> <h3>Performance</h3> <ul> <li>Extend <code>pattern</code> prefix optimization to handle escaped slashes (<code>^\/</code>) and exact-match patterns (<code>^\$ref$</code>).</li> <li>Specialize <code>enum</code> for cases when all variants are strings.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stranger6667/jsonschema/commit/29ca0b07f9e0f5bea740121a98b539c31076e8fc"><code>29ca0b0</code></a> chore(ruby): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f0d139211063002a8c3ea49f7260eaf0ac6ee0c3"><code>f0d1392</code></a> chore(python): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8dea24ab94133813321682d41e5fc377950a2d4c"><code>8dea24a</code></a> chore(rust): Release 0.45.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8da0f79f0f83b38b7818805091d9801d1b159ecb"><code>8da0f79</code></a> feat: Schema bundling</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/7e49e4fefa629c80758b71091f71797f21b71670"><code>7e49e4f</code></a> test: Add ci job for s390x</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/83aec59017cdadc88d12b3816bea3ff84d646cd7"><code>83aec59</code></a> feat: Add absolute keyword location to <code>ValidationError</code></li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e06c794d51738c5dddb78f2d48c583a0a82f13ec"><code>e06c794</code></a> chore(ruby): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/502020442e1445a280acaddb2c9f1b325e444fa1"><code>5020204</code></a> chore(python): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/d7bc14f8876027e255374b5613b212944216fc01"><code>d7bc14f</code></a> chore(rust): Release 0.44.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e6c1bc861323de2edc842e6930590de6af7d3614"><code>e6c1bc8</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.45.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d50656e commit 2dfc36e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ geojson = "0.24.1"
6666
getrandom = { version = "0.4.0", features = ["wasm_js"] }
6767
http = "1.1"
6868
indexmap = { version = "2.10.0", features = ["serde"] }
69-
jsonschema = { version = "0.44.0", default-features = false, features = [
69+
jsonschema = { version = "0.45.0", default-features = false, features = [
7070
"resolve-async",
7171
] }
7272
libduckdb-sys = "1.3.0"
@@ -77,7 +77,7 @@ object_store = "0.12.0"
7777
parquet = { version = "57.0.0" }
7878
quote = "1.0"
7979
reqwest = { version = "0.13.1", features = ["query"] }
80-
referencing = { version = "0.44.0", features = ["retrieve-async"] }
80+
referencing = { version = "0.45.0", features = ["retrieve-async"] }
8181
rstest = "0.26.1"
8282
rustls = "0.23.22"
8383
serde = "1.0"

0 commit comments

Comments
 (0)