Skip to content

Commit 6471344

Browse files
chore(deps): bump the jsonschema group with 2 updates (#925)
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.38.1 <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.38.1</h2> <h3>Fixed</h3> <ul> <li><code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>.</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.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> <h3>Removed</h3> <ul> <li>Deprecated <code>PrimitiveType</code> &amp; <code>PrimitiveTypesBitMap</code>.</li> </ul> <h2>[0.37.3] - 2025-11-28</h2> <h3>Fixed</h3> <ul> <li>External resources not discovered within subresources of local <code>$ref</code> targets. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <h2>[0.37.2] - 2025-11-27</h2> <h3>Added</h3> <ul> <li><code>JsonTypeSet::len()</code> and <code>JsonTypeSet::remove()</code> helpers for managing type sets.</li> </ul> <h3>Fixed</h3> <ul> <li>External resources not discovered through chained local <code>$ref</code> references. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <h2>[0.37.1] - 2025-11-19</h2> <h3>Fixed</h3> <ul> <li>Stack overflow on empty <code>$ref</code> value. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/886">#886</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/4a615792435db611ea5db0f6acf60c97aa643b02"><code>4a61579</code></a> chore(rust): Release 0.38.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/597551ead14e7dfe5900da1fe696b7f0a4212b55"><code>597551e</code></a> fix: <code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f99610bd0b9257a9adde4e851a95a17195a55e0f"><code>f99610b</code></a> fix: <code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/c07b399cf6888c10703a084fc31baa0e0839a809"><code>c07b399</code></a> chore(python): Release 0.38.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/b95a9f2dabf4bc8e9d95dab5b7e4765fda6bbd7f"><code>b95a9f2</code></a> docs: Document panics for blocking code in async context</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/6f532dc76cbadabb34dc24dc730732cd1646dc6e"><code>6f532dc</code></a> chore(rust): Release 0.38.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/a55f18c341c184d53ccce8de210136508606405d"><code>a55f18c</code></a> fix: Use-after-free in async <code>$ref</code> resolution when multiple refs target the ...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f4bdaa0222b2fccf390b325e3b0be84d3ecb2e93"><code>f4bdaa0</code></a> chore(python): Remove <code>mask</code> parameter from type stubs of <code>evaluate</code> method</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e28b4e80b5f6acf253575bbbdc8425752d9f349b"><code>e28b4e8</code></a> fix: <code>Validator</code> not being <code>Send + Sync</code> on WASM targets</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/1227a0f03b9c1d85d348b976599ad2957712635c"><code>1227a0f</code></a> chore(python): Remove <code>with_meta_schemas</code> parameter from type stubs</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/cli-v0.37.0...rust-v0.38.1">compare view</a></li> </ul> </details> <br /> Updates `referencing` to 0.38.1 <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.38.1</h2> <h3>Fixed</h3> <ul> <li><code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>.</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.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> <h3>Removed</h3> <ul> <li>Deprecated <code>PrimitiveType</code> &amp; <code>PrimitiveTypesBitMap</code>.</li> </ul> <h2>[0.37.3] - 2025-11-28</h2> <h3>Fixed</h3> <ul> <li>External resources not discovered within subresources of local <code>$ref</code> targets. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <h2>[0.37.2] - 2025-11-27</h2> <h3>Added</h3> <ul> <li><code>JsonTypeSet::len()</code> and <code>JsonTypeSet::remove()</code> helpers for managing type sets.</li> </ul> <h3>Fixed</h3> <ul> <li>External resources not discovered through chained local <code>$ref</code> references. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/892">#892</a></li> </ul> <h2>[0.37.1] - 2025-11-19</h2> <h3>Fixed</h3> <ul> <li>Stack overflow on empty <code>$ref</code> value. <a href="https://redirect.github.com/Stranger6667/jsonschema/issues/886">#886</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/4a615792435db611ea5db0f6acf60c97aa643b02"><code>4a61579</code></a> chore(rust): Release 0.38.1</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/597551ead14e7dfe5900da1fe696b7f0a4212b55"><code>597551e</code></a> fix: <code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f99610bd0b9257a9adde4e851a95a17195a55e0f"><code>f99610b</code></a> fix: <code>multipleOf</code> validation for integer values between <code>2^53</code> and <code>i64::MAX</code>...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/c07b399cf6888c10703a084fc31baa0e0839a809"><code>c07b399</code></a> chore(python): Release 0.38.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/b95a9f2dabf4bc8e9d95dab5b7e4765fda6bbd7f"><code>b95a9f2</code></a> docs: Document panics for blocking code in async context</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/6f532dc76cbadabb34dc24dc730732cd1646dc6e"><code>6f532dc</code></a> chore(rust): Release 0.38.0</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/a55f18c341c184d53ccce8de210136508606405d"><code>a55f18c</code></a> fix: Use-after-free in async <code>$ref</code> resolution when multiple refs target the ...</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/f4bdaa0222b2fccf390b325e3b0be84d3ecb2e93"><code>f4bdaa0</code></a> chore(python): Remove <code>mask</code> parameter from type stubs of <code>evaluate</code> method</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/e28b4e80b5f6acf253575bbbdc8425752d9f349b"><code>e28b4e8</code></a> fix: <code>Validator</code> not being <code>Send + Sync</code> on WASM targets</li> <li><a href="https://github.com/Stranger6667/jsonschema/commit/1227a0f03b9c1d85d348b976599ad2957712635c"><code>1227a0f</code></a> chore(python): Remove <code>with_meta_schemas</code> parameter from type stubs</li> <li>Additional commits viewable in <a href="https://github.com/Stranger6667/jsonschema/compare/cli-v0.37.0...rust-v0.38.1">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f44b0ff commit 6471344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.37.0", default-features = false, features = [
69+
jsonschema = { version = "0.38.1", default-features = false, features = [
7070
"resolve-async",
7171
] }
7272
libduckdb-sys = "1.3.0"
@@ -79,7 +79,7 @@ quote = "1.0"
7979
reqwest = { version = "0.12.8", default-features = false, features = [
8080
"rustls-tls",
8181
] }
82-
referencing = { version = "0.37.0", features = ["retrieve-async"] }
82+
referencing = { version = "0.38.1", features = ["retrieve-async"] }
8383
rstest = "0.26.1"
8484
rustls = { version = "0.23.22", default-features = false }
8585
serde = "1.0"

0 commit comments

Comments
 (0)