Skip to content

Commit

Permalink
build(deps): bump pydantic-core from 2.20.1 to 2.23.2 (#86)
Browse files Browse the repository at this point in the history
Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from
2.20.1 to 2.23.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic-core/releases">pydantic-core's
releases</a>.</em></p>
<blockquote>
<h2>v2.23.2 2024-09-05</h2>
<h2>What's Changed</h2>
<ul>
<li>Adding missing API docs to <code>pydantic_core</code> by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1420">pydantic/pydantic-core#1420</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-core/compare/v2.23.1...v2.23.2">https://github.com/pydantic/pydantic-core/compare/v2.23.1...v2.23.2</a></p>
<h2>v2.23.1 2024-08-29</h2>
<h2>What's Changed</h2>
<ul>
<li>Use more explicit warning regarding serialization warning for
missing fields by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1415">pydantic/pydantic-core#1415</a></li>
<li>Support <code>BigInt</code> serialization for <code>int</code>
subclasses by <a
href="https://github.com/kxx317"><code>@​kxx317</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1417">pydantic/pydantic-core#1417</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kxx317"><code>@​kxx317</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1417">pydantic/pydantic-core#1417</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-core/compare/v2.23.0...v2.23.1">https://github.com/pydantic/pydantic-core/compare/v2.23.0...v2.23.1</a></p>
<h2>v2.23.0 2024-08-19</h2>
<h2>What's Changed</h2>
<ul>
<li>Adding <code>cls</code> reference to <code>TypedDictSchema</code> by
<a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1410">pydantic/pydantic-core#1410</a></li>
<li>Breaking change: Change <code>metadata</code> type hint from
<code>Any</code> -&gt; <code>Dict[str, Any] | None</code> by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1411">pydantic/pydantic-core#1411</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-core/compare/v2.22.0...v2.23.0">https://github.com/pydantic/pydantic-core/compare/v2.22.0...v2.23.0</a></p>
<h2>v2.22.0 2024-08-15</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose <code>AnySerializer</code> via core schema by <a
href="https://github.com/BoxyUwU"><code>@​BoxyUwU</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1394">pydantic/pydantic-core#1394</a></li>
<li>Don't embed <code>RUSTFLAGS</code> in final binary by <a
href="https://github.com/BoxyUwU"><code>@​BoxyUwU</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1396">pydantic/pydantic-core#1396</a></li>
<li>Validate <code>base64</code> standard encoding by <a
href="https://github.com/josh-newman"><code>@​josh-newman</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1395">pydantic/pydantic-core#1395</a></li>
<li>Show value of wrongly typed in serialization warning by <a
href="https://github.com/BoxyUwU"><code>@​BoxyUwU</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1377">pydantic/pydantic-core#1377</a></li>
<li>Try each option in union serializer before inference by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1398">pydantic/pydantic-core#1398</a></li>
<li>Stop clone-ing serializers by <a
href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1402">pydantic/pydantic-core#1402</a></li>
<li>Fix float serialization behavior in <code>strict</code> mode by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1400">pydantic/pydantic-core#1400</a></li>
<li>For missing fields, we don't warn on <code>exclude_</code>, so don't
warn on <code>exclude</code> by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1403">pydantic/pydantic-core#1403</a></li>
<li>Use <code>typing_extensions.TypedDict</code> on Python &lt; 3.12 by
<a
href="https://github.com/candleindark"><code>@​candleindark</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1404">pydantic/pydantic-core#1404</a></li>
<li>Support <code>complex</code> numbers by <a
href="https://github.com/changhc"><code>@​changhc</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1331">pydantic/pydantic-core#1331</a></li>
<li>Adding tagged union serializer 🚀 by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1397">pydantic/pydantic-core#1397</a></li>
<li>Introduce <code>exactness</code> into <code>Decimal</code>
validation logic by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1405">pydantic/pydantic-core#1405</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/candleindark"><code>@​candleindark</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1404">pydantic/pydantic-core#1404</a></li>
<li><a href="https://github.com/changhc"><code>@​changhc</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1331">pydantic/pydantic-core#1331</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-core/compare/v2.21.0...v2.22.0">https://github.com/pydantic/pydantic-core/compare/v2.21.0...v2.22.0</a></p>
<h2>v2.21.0 2024-08-05</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/fa6b75b76b4f07a8fb335b81eb57b869dbc3a9a2"><code>fa6b75b</code></a>
Try removing flaky xfail test (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1439">#1439</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/0946d71cbceba809473926128699e7e1b9ec3025"><code>0946d71</code></a>
Version bump for docs update (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1438">#1438</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/fcdca0f6f1f316b6e5f0d3841c46eb41a975745b"><code>fcdca0f</code></a>
Adding missing API docs to <code>pydantic_core</code> (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1420">#1420</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/d93e6b15419bcefaf0e952591c3d9e1901171181"><code>d93e6b1</code></a>
Prep for <code>v2.23.1</code> patch release (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/cd04138fe204cf20b9e2813cfa92dc44fae4b15d"><code>cd04138</code></a>
Refactor <code>BigInt</code> boilerplate (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1421">#1421</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/d0384c788e79a37b4ccbc8b9dc5559ccda682166"><code>d0384c7</code></a>
Support <code>BigInt</code> serialization for <code>int</code>
subclasses (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/f4a06755dbe590a40ddc7977fabaed30f497fd9a"><code>f4a0675</code></a>
Use more explicit warning regarding serialization warning for missing
fields ...</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/4113638a8e98a3351845f1b472fa006b38ddfcea"><code>4113638</code></a>
Prep for v2.23.0 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1412">#1412</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/51c412b3b1c2d7e488403b952bf0047e0c16bd5c"><code>51c412b</code></a>
Breaking change: Change <code>metadata</code> type hint from
<code>Any</code> -&gt; `Dict[str, Any] | ...</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/b12765200656dce48db01053ee468c0c4c88bf4d"><code>b127652</code></a>
Adding <code>cls</code> reference to <code>TypedDictSchema</code> (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1410">#1410</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.23.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic-core&package-manager=pip&previous-version=2.20.1&new-version=2.23.2)](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>
  • Loading branch information
github-actions[bot] authored Sep 6, 2024
2 parents 8e722e1 + 431a3ac commit c0bb8e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0bb8e4

Please sign in to comment.