Skip to content

Commit 3331ee5

Browse files
Bump pydantic from 2.13.0 to 2.13.1 (#12382)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.1. <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.13.1 2026-04-15</h2> <h2>v2.13.1 (2026-04-15)</h2> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code> by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13079">#13079</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1">https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.13.1 (2026-04-15)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.13.1">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code> by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13079">#13079</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/d45d8be3ffb6dfc6d0c64da6980140c91ff841fb"><code>d45d8be</code></a> Prepare release 2.13.1</li> <li><a href="https://github.com/pydantic/pydantic/commit/54aca609ce58e73dfe1c681d93432fbe3a4621da"><code>54aca60</code></a> Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code></li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1">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.13.0&new-version=2.13.1)](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 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 adf7799 commit 3331ee5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ pycares==5.0.1
160160
# via aiodns
161161
pycparser==3.0
162162
# via cffi
163-
pydantic==2.13.0
163+
pydantic==2.13.1
164164
# via python-on-whales
165-
pydantic-core==2.46.0
165+
pydantic-core==2.46.1
166166
# via pydantic
167167
pyenchant==3.3.0
168168
# via sphinxcontrib-spelling

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ pycares==5.0.1
157157
# via aiodns
158158
pycparser==3.0
159159
# via cffi
160-
pydantic==2.13.0
160+
pydantic==2.13.1
161161
# via python-on-whales
162-
pydantic-core==2.46.0
162+
pydantic-core==2.46.1
163163
# via pydantic
164164
pygments==2.20.0
165165
# via

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ pycares==5.0.1
7575
# via aiodns
7676
pycparser==3.0
7777
# via cffi
78-
pydantic==2.13.0
78+
pydantic==2.13.1
7979
# via python-on-whales
80-
pydantic-core==2.46.0
80+
pydantic-core==2.46.1
8181
# via pydantic
8282
pygments==2.20.0
8383
# via

requirements/test-common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ proxy-py==2.4.10
5858
# via -r requirements/test-common.in
5959
pycparser==3.0
6060
# via cffi
61-
pydantic==2.13.0
61+
pydantic==2.13.1
6262
# via python-on-whales
63-
pydantic-core==2.46.0
63+
pydantic-core==2.46.1
6464
# via pydantic
6565
pygments==2.20.0
6666
# via

requirements/test-ft.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ pycares==5.0.1
9191
# via aiodns
9292
pycparser==3.0
9393
# via cffi
94-
pydantic==2.13.0
94+
pydantic==2.13.1
9595
# via python-on-whales
96-
pydantic-core==2.46.0
96+
pydantic-core==2.46.1
9797
# via pydantic
9898
pygments==2.20.0
9999
# via

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ pycares==5.0.1
9191
# via aiodns
9292
pycparser==3.0
9393
# via cffi
94-
pydantic==2.13.0
94+
pydantic==2.13.1
9595
# via python-on-whales
96-
pydantic-core==2.46.0
96+
pydantic-core==2.46.1
9797
# via pydantic
9898
pygments==2.20.0
9999
# via

0 commit comments

Comments
 (0)