Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pydantic from 2.5.0 to 2.7.3 (#463)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.7.3 (2024-06-03)</h2> <h2>What's Changed</h2> <h3>Packaging</h3> <ul> <li>Bump <code>pydantic-core</code> to <code>v2.18.4</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9550">#9550</a></li> </ul> <h3>Fixes</h3> <ul> <li>Fix u style unicode strings in python <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/jiter/pull/110">pydantic/jiter#110</a></li> </ul> <p>Full Changelog: <a href="https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/">https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/</a>*</p> <h2>v2.7.2 (2024-05-28)</h2> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>pydantic-core</code> to <code>v2.18.3</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9515">#9515</a></li> </ul> <h4>Fixes</h4> <ul> <li>Replace <code>__spec__.parent</code> with <code>__package__</code> by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9331">#9331</a></li> <li>Fix validation of <code>int</code>s with leading unary minus by <a href="https://github.com/RajatRajdeep"><code>@RajatRajdeep</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1291">pydantic/pydantic-core#1291</a></li> <li>Fix <code>str</code> subclass validation for enums by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1273">pydantic/pydantic-core#1273</a></li> <li>Support <code>BigInt</code>s in <code>Literal</code>s and <code>Enum</code>s by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1297">pydantic/pydantic-core#1297</a></li> <li>Fix: uuid - allow <code>str</code> subclass as input by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1296">pydantic/pydantic-core#1296</a></li> </ul> <p>Full Changelog: <a href="https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/">https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/</a></p> <h2>v2.7.1 (2024-04-23)</h2> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>pydantic-core</code> to <a href="https://github.com/pydantic/pydantic-core/releases/tag/v2.18.2"><code>v2.18.2</code></a> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9307">#9307</a></li> </ul> <h4>New Features</h4> <ul> <li>Ftp and Websocket connection strings support by <a href="https://github.com/CherrySuryp"><code>@CherrySuryp</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9205">#9205</a></li> </ul> <h4>Changes</h4> <ul> <li>Use field description for RootModel schema description when there is <code>…</code> by <a href="https://github.com/LouisGobert"><code>@LouisGobert</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9214">#9214</a></li> </ul> <h4>Fixes</h4> <ul> <li>Fix <code>validation_alias</code> behavior with <code>model_construct</code> for <code>AliasChoices</code> and <code>AliasPath</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9223">#9223</a></li> <li>Revert <code>typing.Literal</code> and import it outside the TYPE_CHECKING block by <a href="https://github.com/frost-nzcr4"><code>@frost-nzcr4</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9232">#9232</a></li> <li>Fix <code>Secret</code> serialization schema, applicable for unions by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9240">#9240</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.7.3 (2024-06-03)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.7.3">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>pydantic-core</code> to <code>v2.18.4</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9550">#9550</a></li> </ul> <h4>Fixes</h4> <ul> <li>Fix u style unicode strings in python <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/jiter/pull/110">pydantic/jiter#110</a></li> </ul> <h2>v2.7.2 (2024-05-28)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.7.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>pydantic-core</code> to <code>v2.18.3</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9515">#9515</a></li> </ul> <h4>Fixes</h4> <ul> <li>Replace <code>__spec__.parent</code> with <code>__package__</code> by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9331">#9331</a></li> <li>Fix validation of <code>int</code>s with leading unary minus by <a href="https://github.com/RajatRajdeep"><code>@RajatRajdeep</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1291">pydantic/pydantic-core#1291</a></li> <li>Fix <code>str</code> subclass validation for enums by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1273">pydantic/pydantic-core#1273</a></li> <li>Support <code>BigInt</code>s in <code>Literal</code>s and <code>Enum</code>s by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1297">pydantic/pydantic-core#1297</a></li> <li>Fix: uuid - allow <code>str</code> subclass as input by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1296">pydantic/pydantic-core#1296</a></li> </ul> <h2>v2.7.1 (2024-04-23)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.7.1">GitHub release</a></p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Bump <code>pydantic-core</code> to <code>v2.18.2</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9307">#9307</a></li> </ul> <h4>New Features</h4> <ul> <li>Ftp and Websocket connection strings support by <a href="https://github.com/CherrySuryp"><code>@CherrySuryp</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9205">#9205</a></li> </ul> <h4>Changes</h4> <ul> <li>Use field description for RootModel schema description when there is <code>…</code> by <a href="https://github.com/LouisGobert"><code>@LouisGobert</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9214">#9214</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/9f48fc28db791ad15e389c3c0bf7dcbdd81dd0eb"><code>9f48fc2</code></a> prep for 2.7.3 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/9551">#9551</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/1f8c7d7b27d23eb62317a6d803d4e6ddd4624897"><code>1f8c7d7</code></a> Bump <code>pydantic-core</code> to <code>v2.18.4</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/9550">#9550</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/70ac7a085ce5379e97bea10b61812204cb4ac344"><code>70ac7a0</code></a> fix version</li> <li><a href="https://github.com/pydantic/pydantic/commit/08d6ed2612f0f3e7fb4b0bf5f1cde7045532ba25"><code>08d6ed2</code></a> Merge branch '2.7' of <a href="https://github.com/pydantic/pydantic">https://github.com/pydantic/pydantic</a> into 2.7</li> <li><a href="https://github.com/pydantic/pydantic/commit/42f544a54257cae28282a4112cb2d2a44ecf73cc"><code>42f544a</code></a> fix version</li> <li><a href="https://github.com/pydantic/pydantic/commit/a20da21128bf2bdc213f2e7d6caa71ac669dcd94"><code>a20da21</code></a> 2.7.2 prep (<a href="https://redirect.github.com/pydantic/pydantic/issues/9515">#9515</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/f42ae9b9014f4b13f11b3a9fb6aacde9c7db9458"><code>f42ae9b</code></a> Logfire annoucement (<a href="https://redirect.github.com/pydantic/pydantic/issues/9362">#9362</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/451f780c28c68c1bacf9ebfe6b9a10c4129ea282"><code>451f780</code></a> Replace <code>__spec__.parent</code> with <code>__package__</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/9331">#9331</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/26129479a06960af9d02d3a948e51985fe59ed4b"><code>2612947</code></a> 2.7.1 release prep (<a href="https://redirect.github.com/pydantic/pydantic/issues/9307">#9307</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/2b8efa29ee9e5b2bd819d8786acce414af00bb96"><code>2b8efa2</code></a> Move TODO regarding pickling to markdown (<a href="https://redirect.github.com/pydantic/pydantic/issues/9288">#9288</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.5.0...v2.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=2.5.0&new-version=2.7.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information