Skip to content

Commit 69611d5

Browse files
chore(deps): bump the jsonschema group with 2 updates (#938)
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.40.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.40.0</h2> <h3>Added</h3> <ul> <li>Custom keyword validators via the <code>keywords</code> parameter for extending JSON Schema with domain-specific validation rules.</li> <li><code>HttpOptions</code> for configuring HTTP client behavior (timeouts, TLS verification, custom CA certificates) when fetching external schemas.</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.40.0] - 2026-01-18</h2> <h3>Added</h3> <ul> <li><code>HttpOptions</code> and <code>ValidationOptions::with_http_options()</code> for configuring HTTP client behavior (timeouts, TLS verification, custom CA certificates) when fetching external schemas.</li> <li><strong>CLI</strong>: <code>--timeout</code>, <code>--connect-timeout</code>, <code>--insecure</code>, and <code>--cacert</code> flags for HTTP configuration.</li> </ul> <h2>[0.39.0] - 2026-01-16</h2> <h3>Added</h3> <ul> <li><code>ValidationError::evaluation_path()</code> for the dynamic path including <code>$ref</code> traversals.</li> </ul> <h3>Changed</h3> <ul> <li><strong>BREAKING</strong>: Simplified custom keyword API - <code>Keyword::validate</code> no longer receives path parameters, and <code>ValidationError::custom</code> only takes a message.</li> </ul> <h3>Fixed</h3> <ul> <li><code>schemaLocation</code> in evaluation output now excludes <code>$ref</code>/<code>$dynamicRef</code>/<code>$recursiveRef</code> per JSON Schema spec.</li> </ul> <h3>Performance</h3> <ul> <li><code>evaluate()</code>: 4.5-30x faster on complex schemas, 12-89% faster overall.</li> <li>Recursive schemas with <code>oneOf</code>/<code>anyOf</code>: ~4000x faster via memoization. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/930">#930</a></li> </ul> <h2>[0.38.1] - 2025-12-25</h2> <h3>Fixed</h3> <ul> <li><code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code> with <code>arbitrary-precision</code> feature.</li> </ul> <h2>[0.38.0] - 2025-12-24</h2> <h3>Added</h3> <ul> <li><code>EmailOptions</code> for configuring <code>email</code> format validation. <a href="https://redirect.github.com/Stranger6667/jsonschema/pull/903">#903</a></li> </ul> <h3>Fixed</h3> <ul> <li>Use-after-free in async <code>$ref</code> resolution when multiple refs target the same external URL with different fragments. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/906">#906</a></li> <li><code>multipleOf</code> validation for large u64 values beyond <code>i64::MAX</code> with <code>arbitrary-precision</code> feature.</li> <li><code>Validator</code> not being <code>Send + Sync</code> on WASM targets. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/915">#915</a></li> </ul> <h2>[0.37.4] - 2025-11-30</h2> <h3>Fixed</h3> <ul> <li>Stack overflow during validation of schemas with circular <code>$ref</code> chains (e.g., <code>a</code> -&gt; <code>b</code> -&gt; <code>a</code>).</li> <li>Local <code>$ref</code> resolution within fragment-extracted external resources. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stranger6667/jsonschema/commit/70d9711490e27c51abbee2e73ed64666ff438224"><code>70d9711</code></a> chore(rust): Release 0.40.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/24c067dbbbafd23600674935e73102eeea2c1dc0"><code>24c067d</code></a> feat(python): Custom keywords</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/9047c642730a3a52f41d5f14442d0542e6301149"><code>9047c64</code></a> feat: HTTP configuration</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8bb953551806ffb841cb96fb08bd4a026e8ee75a"><code>8bb9535</code></a> docs: Update README</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f2c9b24980894609087afd91515e549c2abb3547"><code>f2c9b24</code></a> docs: Update benchmarks</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/02812583edbad438d1b11f26cec555a808eb1435"><code>0281258</code></a> perf: Remove duplicated benchmarks</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8c6ab7f0c4c279c3550273d412c8967965a43ca8"><code>8c6ab7f</code></a> chore(python): Release 0.39.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/68073a5b5655d323170ed1dc19a4cf834c2c8472"><code>68073a5</code></a> chore(rust): Release 0.39.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/3f7f4573b7cde69be89c2e755516b51b36b5534d"><code>3f7f457</code></a> perf: Cache some validation results</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/03979ce497037e698f7326888e5f57eb628b17c1"><code>03979ce</code></a> perf: Add benchmarks for recursive schemas</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/rust-v0.38.1...rust-v0.40.0">compare view</a></li> </ul> </details> <br /> Updates `referencing` to 0.40.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.40.0</h2> <h3>Added</h3> <ul> <li>Custom keyword validators via the <code>keywords</code> parameter for extending JSON Schema with domain-specific validation rules.</li> <li><code>HttpOptions</code> for configuring HTTP client behavior (timeouts, TLS verification, custom CA certificates) when fetching external schemas.</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.40.0] - 2026-01-18</h2> <h3>Added</h3> <ul> <li><code>HttpOptions</code> and <code>ValidationOptions::with_http_options()</code> for configuring HTTP client behavior (timeouts, TLS verification, custom CA certificates) when fetching external schemas.</li> <li><strong>CLI</strong>: <code>--timeout</code>, <code>--connect-timeout</code>, <code>--insecure</code>, and <code>--cacert</code> flags for HTTP configuration.</li> </ul> <h2>[0.39.0] - 2026-01-16</h2> <h3>Added</h3> <ul> <li><code>ValidationError::evaluation_path()</code> for the dynamic path including <code>$ref</code> traversals.</li> </ul> <h3>Changed</h3> <ul> <li><strong>BREAKING</strong>: Simplified custom keyword API - <code>Keyword::validate</code> no longer receives path parameters, and <code>ValidationError::custom</code> only takes a message.</li> </ul> <h3>Fixed</h3> <ul> <li><code>schemaLocation</code> in evaluation output now excludes <code>$ref</code>/<code>$dynamicRef</code>/<code>$recursiveRef</code> per JSON Schema spec.</li> </ul> <h3>Performance</h3> <ul> <li><code>evaluate()</code>: 4.5-30x faster on complex schemas, 12-89% faster overall.</li> <li>Recursive schemas with <code>oneOf</code>/<code>anyOf</code>: ~4000x faster via memoization. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/930">#930</a></li> </ul> <h2>[0.38.1] - 2025-12-25</h2> <h3>Fixed</h3> <ul> <li><code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code> with <code>arbitrary-precision</code> feature.</li> </ul> <h2>[0.38.0] - 2025-12-24</h2> <h3>Added</h3> <ul> <li><code>EmailOptions</code> for configuring <code>email</code> format validation. <a href="https://redirect.github.com/Stranger6667/jsonschema/pull/903">#903</a></li> </ul> <h3>Fixed</h3> <ul> <li>Use-after-free in async <code>$ref</code> resolution when multiple refs target the same external URL with different fragments. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/906">#906</a></li> <li><code>multipleOf</code> validation for large u64 values beyond <code>i64::MAX</code> with <code>arbitrary-precision</code> feature.</li> <li><code>Validator</code> not being <code>Send + Sync</code> on WASM targets. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/915">#915</a></li> </ul> <h2>[0.37.4] - 2025-11-30</h2> <h3>Fixed</h3> <ul> <li>Stack overflow during validation of schemas with circular <code>$ref</code> chains (e.g., <code>a</code> -&gt; <code>b</code> -&gt; <code>a</code>).</li> <li>Local <code>$ref</code> resolution within fragment-extracted external resources. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stranger6667/jsonschema/commit/70d9711490e27c51abbee2e73ed64666ff438224"><code>70d9711</code></a> chore(rust): Release 0.40.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/24c067dbbbafd23600674935e73102eeea2c1dc0"><code>24c067d</code></a> feat(python): Custom keywords</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/9047c642730a3a52f41d5f14442d0542e6301149"><code>9047c64</code></a> feat: HTTP configuration</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8bb953551806ffb841cb96fb08bd4a026e8ee75a"><code>8bb9535</code></a> docs: Update README</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f2c9b24980894609087afd91515e549c2abb3547"><code>f2c9b24</code></a> docs: Update benchmarks</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/02812583edbad438d1b11f26cec555a808eb1435"><code>0281258</code></a> perf: Remove duplicated benchmarks</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/8c6ab7f0c4c279c3550273d412c8967965a43ca8"><code>8c6ab7f</code></a> chore(python): Release 0.39.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/68073a5b5655d323170ed1dc19a4cf834c2c8472"><code>68073a5</code></a> chore(rust): Release 0.39.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/3f7f4573b7cde69be89c2e755516b51b36b5534d"><code>3f7f457</code></a> perf: Cache some validation results</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/03979ce497037e698f7326888e5f57eb628b17c1"><code>03979ce</code></a> perf: Add benchmarks for recursive schemas</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/rust-v0.38.1...rust-v0.40.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 6904af1 commit 69611d5

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.3.3", features = ["wasm_js"] }
6767
http = "1.1"
6868
indexmap = { version = "2.10.0", features = ["serde"] }
69-
jsonschema = { version = "0.38.1", default-features = false, features = [
69+
jsonschema = { version = "0.40.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 = "56.0.0" }
7878
quote = "1.0"
7979
reqwest = { version = "0.13.1", features = ["query"] }
80-
referencing = { version = "0.38.1", features = ["retrieve-async"] }
80+
referencing = { version = "0.40.0", features = ["retrieve-async"] }
8181
rstest = "0.26.1"
8282
rustls = "0.23.22"
8383
serde = "1.0"

0 commit comments

Comments
 (0)