Skip to content

Commit d3cd6cb

Browse files
Bump pydantic from 2.13.1 to 2.13.2 (#12387)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.1 to 2.13.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.13.2 (2026-04-17)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.13.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix <code>ValidationInfo.field_name</code> missing with <code>model_validate_json()</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13084">#13084</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/ca3ddd1149bd3b14273922a29da174804496a055"><code>ca3ddd1</code></a> Prepare release v2.13.2</li> <li><a href="https://github.com/pydantic/pydantic/commit/000e823a3ab7545b0c6064fde34effdcd02044ab"><code>000e823</code></a> Fix <code>ValidationInfo.field_name</code> missing with <code>model_validate_json()</code></li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.13.1...v2.13.2">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.1&new-version=2.13.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 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 2ae204f commit d3cd6cb

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.1
163+
pydantic==2.13.2
164164
# via python-on-whales
165-
pydantic-core==2.46.1
165+
pydantic-core==2.46.2
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.1
160+
pydantic==2.13.2
161161
# via python-on-whales
162-
pydantic-core==2.46.1
162+
pydantic-core==2.46.2
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.1
78+
pydantic==2.13.2
7979
# via python-on-whales
80-
pydantic-core==2.46.1
80+
pydantic-core==2.46.2
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.1
61+
pydantic==2.13.2
6262
# via python-on-whales
63-
pydantic-core==2.46.1
63+
pydantic-core==2.46.2
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.1
94+
pydantic==2.13.2
9595
# via python-on-whales
96-
pydantic-core==2.46.1
96+
pydantic-core==2.46.2
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.1
94+
pydantic==2.13.2
9595
# via python-on-whales
96-
pydantic-core==2.46.1
96+
pydantic-core==2.46.2
9797
# via pydantic
9898
pygments==2.20.0
9999
# via

0 commit comments

Comments
 (0)