Skip to content

Commit

Permalink
Bump pydantic-core from 2.20.1 to 2.23.3 (#144)
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.3.
<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.3 2024-09-07</h2>
<h2>What's Changed</h2>
<h3>Packaging</h3>
<ul>
<li>Bump the python-packages group with 8 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1428">pydantic/pydantic-core#1428</a></li>
<li>Bump <code>serde</code> from 1.0.204 to 1.0.209 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1429">pydantic/pydantic-core#1429</a></li>
<li>Bump <code>idna</code> from 1.0.1 to 1.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1430">pydantic/pydantic-core#1430</a></li>
<li>Bump <code>uuid</code> from 1.9.1 to 1.10.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1431">pydantic/pydantic-core#1431</a></li>
<li>Bump <code>regex</code> from 1.10.5 to 1.10.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1432">pydantic/pydantic-core#1432</a></li>
<li>Bump <code>serde_json</code> from 1.0.121 to 1.0.128 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1440">pydantic/pydantic-core#1440</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Negative integers with leading zeros raise ValueError by <a
href="https://github.com/JBLDKY"><code>@​JBLDKY</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1436">pydantic/pydantic-core#1436</a></li>
<li>Fix tagged union serialization warning when using aliases by <a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1442">pydantic/pydantic-core#1442</a></li>
<li>Fix <code>_IncEx</code> type annotation by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1443">pydantic/pydantic-core#1443</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/JBLDKY"><code>@​JBLDKY</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-core/pull/1436">pydantic/pydantic-core#1436</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-core/compare/v2.23.2...v2.23.3">https://github.com/pydantic/pydantic-core/compare/v2.23.2...v2.23.3</a></p>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/ba8eab4acba8ad04c45f27a58a5d001c8f212361"><code>ba8eab4</code></a>
Bump version to v2.23.3 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1444">#1444</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/3bd1baac38c754dcd1eec6e7c95afe8bec1e61a0"><code>3bd1baa</code></a>
Fix <code>_IncEx</code> type annotation (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1443">#1443</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/f2a0bb81d953fef9deb4487efe30514449c3b537"><code>f2a0bb8</code></a>
Fix tagged union serialization warning when using aliases (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1442">#1442</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/c462f775c3ed58ea530aad52190533721ccc2a70"><code>c462f77</code></a>
Bump serde_json from 1.0.127 to 1.0.128 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1440">#1440</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/6169ea91abdf90547caa1701e8e0cc6ff26f5547"><code>6169ea9</code></a>
Improve test_valid_complex_string_with_space() xfail condition (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1441">#1441</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/dec5faa27a9d22831f2e0e671fccc211e1a2e78b"><code>dec5faa</code></a>
Negative integers with leading zeros raise ValueError (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1436">#1436</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/e1cd613f3b126aed6a7bb9fa1f60b71ff3970c68"><code>e1cd613</code></a>
Bump serde_json from 1.0.121 to 1.0.127 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1433">#1433</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/bc540483f22290c87e21c7f264f5d054d6ec7b7b"><code>bc54048</code></a>
Bump regex from 1.10.5 to 1.10.6 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1432">#1432</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/e26afb836ab3c9be9f6c2f8ffc116438bffe4ed0"><code>e26afb8</code></a>
Bump uuid from 1.9.1 to 1.10.0 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1431">#1431</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-core/commit/4bd42980e282455d42e036c41edff8d22d27392c"><code>4bd4298</code></a>
Bump idna from 1.0.1 to 1.0.2 (<a
href="https://redirect.github.com/pydantic/pydantic-core/issues/1430">#1430</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.23.3">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.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent ae5eea8 commit c065c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kube-custom-resource==0.5.0
MarkupSafe==2.1.5
multidict==6.0.5
pydantic==2.9.0
pydantic_core==2.20.1
pydantic_core==2.23.3
pyhelm3==0.4.0
python-json-logger==2.0.7
PyYAML==6.0.2
Expand Down

0 comments on commit c065c39

Please sign in to comment.