Skip to content

Bump pydantic from 2.13.4 to 2.13.5 - #514

Merged
gpetretto merged 1 commit into
developfrom
dependabot/pip/develop/pydantic-2.13.5
Sep 14, 2026
Merged

gpetretto merged 1 commit into
developfrom
dependabot/pip/develop/pydantic-2.13.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps pydantic from 2.13.4 to 2.13.5.

Release notes

Sourced from pydantic's releases.

v2.13.5 (2026-08-28)

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Changelog

Sourced from pydantic's changelog.

v2.13.5 (2026-08-28)

GitHub release

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Commits
  • 001dea0 Bump pypa/gh-action-pypi-publish action to v1.14.2
  • 558379f Bump twine to v7.0.0
  • 2cfd5d3 Do not check for docs build
  • a735bee Fix more Clippy lints
  • 7eed4a1 Fix Clippy 0.1.95 warnings
  • b353bbb Prepare release v2.13.5
  • 63d2ccc Count validated model fields once in smart unions
  • a53ec2e Speed up PyPy CI tests
  • d65e0f9 Workaround circular import error in Mypy
  • 47a6dbf Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

@dependabot dependabot Bot added the dependency_updates For issues/PRs relating to dependency upgrades label Aug 31, 2026
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 to 2.13.5.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.4...v2.13.5)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@gpetretto
gpetretto force-pushed the dependabot/pip/develop/pydantic-2.13.5 branch from 39a1a0c to 818f482 Compare September 14, 2026 09:09
@codecov-commenter

codecov-commenter commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.21%. Comparing base (2f1a3a3) to head (818f482).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #514      +/-   ##
===========================================
+ Coverage    76.07%   76.21%   +0.13%     
===========================================
  Files           52       52              
  Lines         8238     8353     +115     
  Branches      1371     1401      +30     
===========================================
+ Hits          6267     6366      +99     
- Misses        1529     1537       +8     
- Partials       442      450       +8     
Flag Coverage Δ
all_local_tests 76.02% <ø> (+0.14%) ⬆️
all_tests 76.21% <ø> (+0.13%) ⬆️
db_tests 71.75% <ø> (+0.18%) ⬆️
integration_local_tests 45.27% <ø> (-0.42%) ⬇️
integration_remote_tests 25.84% <ø> (-0.17%) ⬇️
integration_tests 46.12% <ø> (-0.43%) ⬇️
unit_tests 28.14% <ø> (+0.79%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gpetretto
gpetretto merged commit 2ea0c37 into develop Sep 14, 2026
20 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/develop/pydantic-2.13.5 branch September 14, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency_updates For issues/PRs relating to dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants