Skip to content

Commit dbb9a14

Browse files
Bump pydantic from 2.13.2 to 2.13.3 (#12405)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.2 to 2.13.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.13.3 2026-04-20</h2> <h2>v2.13.3 (2026-04-20)</h2> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Handle <code>AttributeError</code> subclasses with <code>from_attributes</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13096">#13096</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.13.2...v2.13.3">https://github.com/pydantic/pydantic/compare/v2.13.2...v2.13.3</a></p> </blockquote> </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.13.3 (2026-04-20)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.13.3">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Handle <code>AttributeError</code> subclasses with <code>from_attributes</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13096">#13096</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/9e9a11132c980c4ec84ff6d2df06d4c1a55ca8f3"><code>9e9a111</code></a> Fix backported test</li> <li><a href="https://github.com/pydantic/pydantic/commit/1ec8c6aa0cae1c78409c6f31af738a24e16c7124"><code>1ec8c6a</code></a> Prepare release v2.13.3</li> <li><a href="https://github.com/pydantic/pydantic/commit/fb4f2044436e9fa4ff9745479ce263016a99c4d6"><code>fb4f204</code></a> Handle <code>AttributeError</code> subclasses with <code>from_attributes</code></li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.13.2...v2.13.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.13.2&new-version=2.13.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 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>
1 parent 129ef25 commit dbb9a14

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

0 commit comments

Comments
 (0)