-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit e7d48e4
authored
Bump jsonschema from 0.30.0 to 0.32.1 (#873)
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from
0.30.0 to 0.32.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.32.1</h2>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.16</code>.</li>
</ul>
<h2>[Rust] Release 0.32.1</h2>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.16</code>.</li>
</ul>
<h2>[Python] Release 0.32.0</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>context</code> field to
<code>ValidationErrorKind.OneOfMultipleValid</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improved error message for <code>enum</code>.</li>
</ul>
<h2>[Rust] Release 0.32.0</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>context</code> field to
<code>ValidationErrorKind::OneOfMultipleValid</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improved error message for <code>enum</code>.</li>
</ul>
<h2>[Python] Release 0.31.0</h2>
<h3>Added</h3>
<ul>
<li>Added support for old and new style string enums in object
keys.</li>
<li>Added <code>context</code> for
<code>ValidationErrorKind.AnyOf</code> and
<code>ValidationErrorKind.OneOfNotValid</code> which contains errors for
all subschemas, each inside a separate list with an index matching
subschema ID.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>pyo3</code> to <code>0.25</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Improve the precision of <code>multipleOf</code> for float
values.</li>
</ul>
<h2>[Rust] Release 0.31.0</h2>
<h3>Added</h3>
<ul>
<li><strong>CLI</strong>: flag <code>-d, --draft
<4|6|7|2019|2020></code> to enforce a specific JSON Schema
draft.</li>
<li><strong>CLI</strong>: flags <code>--assert-format</code> and
<code>--no-assert-format</code> to toggle validation of
<code>format</code> keywords.</li>
<li>Added <code>context</code> for
<code>ValidationErrorKind.AnyOf</code> and
<code>ValidationErrorKind.OneOfNotValid</code> which contains errors for
all subschemas, each inside a separate vector with an index matching
subschema ID.</li>
</ul>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.32.1] - 2025-08-03</h2>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.16</code>.</li>
</ul>
<h2>[0.32.0] - 2025-07-29</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>context</code> field to
<code>ValidationErrorKind::OneOfMultipleValid</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improved error message for <code>enum</code>.</li>
</ul>
<h2>[0.31.0] - 2025-07-28</h2>
<h3>Added</h3>
<ul>
<li><strong>CLI</strong>: flag <code>-d, --draft
<4|6|7|2019|2020></code> to enforce a specific JSON Schema
draft.</li>
<li><strong>CLI</strong>: flags <code>--assert-format</code> and
<code>--no-assert-format</code> to toggle validation of
<code>format</code> keywords.</li>
<li>Added <code>context</code> for
<code>ValidationErrorKind::AnyOf</code> and
<code>ValidationErrorKind::OneOfNotValid</code> which contains errors
for all subschemas, each inside a separate vector with an index matching
subschema ID.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Improve the precision of <code>multipleOf</code> for float
values.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump <code>fancy-regex</code> to <code>0.15</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/7b0c32fe1622cca55a363fe28cc46f4c1e4ee8df"><code>7b0c32f</code></a>
chore(rust): Release 0.32.1</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/ec8ba37c60c25032630e3126eda0680e4e1b6365"><code>ec8ba37</code></a>
test(python): Update test related to regex backtracking limit</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/2bd64a86840632d7b7870897b70a2ce3cc924691"><code>2bd64a8</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/698584adae47c7e6b08334fd736b4e474a268df9"><code>698584a</code></a>
build(deps): bump fancy-regex to 0.16</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/d4a7c1b65593311d2f918d6010377e9c221db69c"><code>d4a7c1b</code></a>
chore(python): Release 0.32.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/2e1ba9756ab79847ef29481ab6d22b0972765c66"><code>2e1ba97</code></a>
chore(rust): Release 0.32.0</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/a8a95cf18605fa9d29b7370a5ab8d743b7225180"><code>a8a95cf</code></a>
chore: Fix clippy</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/60019567b1a044050b6a0ead2d171d890afc115c"><code>6001956</code></a>
chore: Fix clippy::inconsistent_struct_constructor</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/bf8173c523cb8ecb231b58de4b16bb6a69c9347a"><code>bf8173c</code></a>
chore: Fix clippy::from_iter_instead_of_collect</li>
<li><a
href="https://github.com/Stranger6667/jsonschema/commit/5b055ed4c2c419aae1d1dca12ec73379f57e2c7e"><code>5b055ed</code></a>
chore: Fix clippy::map_unwrap_or</li>
<li>Additional commits viewable in <a
href="https://github.com/Stranger6667/jsonschema/compare/rust-v0.30.0...rust-v0.32.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>File tree
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changedFilter options
- serde_with
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changedCollapse file: Cargo.lock
+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: serde_with/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments