Skip to content

Commit 1075942

Browse files
chore(deps): Bump pydantic from 2.11.2 to 2.12.0 in /experimenter (#13679)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.2 to 2.12.0. <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.12.0 2025-10-07</h2> <!-- raw HTML omitted --> <h1>v2.12.0 (2025-10-07)</h1> <blockquote> <p>[!NOTE] Check out the <a href="https://pydantic.dev/articles/pydantic-v2-12-release">blog post</a> for release highlights. Several minor <a href="https://pydantic.dev/articles/pydantic-v2-12-release#changes">changes</a> (considered non-breaking changes according to our <a href="https://docs.pydantic.dev/2.12/version-policy/#pydantic-v2">versioning policy</a>) are also included in this release. Make sure to look into them before upgrading.</p> </blockquote> <blockquote> <p>[!WARNING] The core functionality of Pydantic V1 is <strong>not</strong> compatible with <strong>Python 3.14</strong> or greater.</p> </blockquote> <p>This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support.</p> <p>Changelog (see the <a href="https://github.com/pydantic/pydantic/releases/tag/v2.12.0a1">2.12.0a1</a> and <a href="https://github.com/pydantic/pydantic/releases/tag/v2.12.0b1">2.12.0b1</a> releases for additional changes since 2.11):</p> <h4>Packaging</h4> <ul> <li>Update V1 copy to v1.10.24 by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12338">#12338</a></li> </ul> <h4>New Features</h4> <ul> <li>Add <code>extra</code> parameter to the validate functions by <a href="https://github.com/anvilpete"><code>@​anvilpete</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12233">#12233</a></li> <li>Add <code>exclude_computed_fields</code> serialization option by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12334">#12334</a></li> <li>Add <code>preverse_empty_path</code> URL options by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12336">#12336</a></li> <li>Add <code>union_format</code> parameter to JSON Schema generation by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12147">#12147</a></li> <li>Add <code>__qualname__</code> parameter for <code>create_model</code> by <a href="https://github.com/Atry"><code>@​Atry</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12001">#12001</a></li> </ul> <h4>Fixes</h4> <ul> <li>Do not try to infer name from lambda definitions in pipelines API by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12289">#12289</a></li> <li>Use proper namespace for functions in <code>TypeAdapter</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12324">#12324</a></li> <li>Use <code>Any</code> for context type annotation in <code>TypeAdapter</code> by <a href="https://github.com/inducer"><code>@​inducer</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12279">#12279</a></li> <li>Expose <code>FieldInfo</code> in <code>pydantic.fields.__all__</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12339">#12339</a></li> <li>Respect <code>validation_alias</code> in <code>@validate_call</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12340">#12340</a></li> <li>Use <code>Any</code> as context annotation in plugin API by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12341">#12341</a></li> <li>Use proper <code>stacklevel</code> in warnings when possible by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12342">#12342</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/anvilpete"><code>@​anvilpete</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12233">#12233</a></li> <li><a href="https://github.com/JonathanWindell"><code>@​JonathanWindell</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12327">#12327</a></li> <li><a href="https://github.com/inducer"><code>@​inducer</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12279">#12279</a></li> <li><a href="https://github.com/Atry"><code>@​Atry</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12001">#12001</a></li> <li></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.11.10...v2.12.0">https://github.com/pydantic/pydantic/compare/v2.11.10...v2.12.0</a></p> <h2>v2.12.0b1 2025-10-03</h2> <!-- 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.12.0 (2025-10-07)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.12.0">GitHub release</a></p> <h3>What's Changed</h3> <p>This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support. Several minor changes (considered non-breaking changes according to our <a href="https://docs.pydantic.dev/2.12/version-policy/#pydantic-v2">versioning policy</a>) are also included in this release. Make sure to look into them before upgrading.</p> <p><strong>Note that Pydantic V1 is not compatible with Python 3.14 and greater</strong>.</p> <p>Changes (see the alpha and beta releases for additional changes since 2.11):</p> <h4>Packaging</h4> <ul> <li>Update V1 copy to v1.10.24 by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12338">#12338</a></li> </ul> <h4>New Features</h4> <ul> <li>Add <code>extra</code> parameter to the validate functions by <a href="https://github.com/anvilpete"><code>@​anvilpete</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12233">#12233</a></li> <li>Add <code>exclude_computed_fields</code> serialization option by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12334">#12334</a></li> <li>Add <code>preverse_empty_path</code> URL options by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12336">#12336</a></li> <li>Add <code>union_format</code> parameter to JSON Schema generation by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12147">#12147</a></li> <li>Add <code>__qualname__</code> parameter for <code>create_model</code> by <a href="https://github.com/Atry"><code>@​Atry</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12001">#12001</a></li> </ul> <h4>Fixes</h4> <ul> <li>Do not try to infer name from lambda definitions in pipelines API by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12289">#12289</a></li> <li>Use proper namespace for functions in <code>TypeAdapter</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12324">#12324</a></li> <li>Use <code>Any</code> for context type annotation in <code>TypeAdapter</code> by <a href="https://github.com/inducer"><code>@​inducer</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12279">#12279</a></li> <li>Expose <code>FieldInfo</code> in <code>pydantic.fields.__all__</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12339">#12339</a></li> <li>Respect <code>validation_alias</code> in <code>@validate_call</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12340">#12340</a></li> <li>Use <code>Any</code> as context annotation in plugin API by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12341">#12341</a></li> <li>Use proper <code>stacklevel</code> in warnings when possible by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/12342">#12342</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/anvilpete"><code>@​anvilpete</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12233">#12233</a></li> <li><a href="https://github.com/JonathanWindell"><code>@​JonathanWindell</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12327">#12327</a></li> <li><a href="https://github.com/inducer"><code>@​inducer</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12279">#12279</a></li> <li><a href="https://github.com/Atry"><code>@​Atry</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/12001">#12001</a></li> </ul> <h2>v2.12.0b1 (2025-10-03)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.12.0b1">GitHub release</a></p> <p>This is the first beta release of the upcoming 2.12 release.</p> <h3>What's Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/a7928e692e5a7841c4379d1af1fd37966941dade"><code>a7928e6</code></a> Update Python version in documentation publishing CI job (<a href="https://redirect.github.com/pydantic/pydantic/issues/12344">#12344</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/0e188d02f30ce0a4bfeb6a719ce562084fb5621d"><code>0e188d0</code></a> Prepare release 2.12.0 (<a href="https://redirect.github.com/pydantic/pydantic/issues/12343">#12343</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/1231eeea6943baa7d5167f72cb7b6116f4347e26"><code>1231eee</code></a> Use proper <code>stacklevel</code> in warnings when possible (<a href="https://redirect.github.com/pydantic/pydantic/issues/12342">#12342</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/94989e0b09b8aeecfe0551c918bdc004ce9c0cf3"><code>94989e0</code></a> Use <code>Any</code> as context annotation in plugin API (<a href="https://redirect.github.com/pydantic/pydantic/issues/12341">#12341</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/3f59a03ea3219d9e4efd02a504c59138f273723e"><code>3f59a03</code></a> Add <code>__qualname__</code> parameter for <code>create_model</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/12001">#12001</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/28c62c33218258fdb0f53f7d26c607b24dd6ed50"><code>28c62c3</code></a> Rewrite std types, fields and strict mode documentation (<a href="https://redirect.github.com/pydantic/pydantic/issues/12287">#12287</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/34baf1254115f113c031ffc0d9424bb89616ad49"><code>34baf12</code></a> Add <code>union_format</code> parameter to JSON Schema generation (<a href="https://redirect.github.com/pydantic/pydantic/issues/12147">#12147</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/495b03f92dc9aedd18af454b69f2605ac402a580"><code>495b03f</code></a> Add <code>preverse_empty_path</code> URL options (<a href="https://redirect.github.com/pydantic/pydantic/issues/12336">#12336</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/82d4254f30895c9a7ae63368a72e2aa4efa675d5"><code>82d4254</code></a> Respect <code>validation_alias</code> in <code>@validate_call</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/12340">#12340</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/4bd84188a7f8a4a856b5e1923b27cbae28ee38b4"><code>4bd8418</code></a> Expose <code>FieldInfo</code> in <code>pydantic.fields.__all__</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/12339">#12339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.11.2...v2.12.0">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.11.2&new-version=2.12.0)](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>
1 parent 2f0f22a commit 1075942

File tree

1 file changed

+132
-118
lines changed

1 file changed

+132
-118
lines changed

0 commit comments

Comments
 (0)