Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
pydantic (changelog) ==2.10.6 -> ==2.11.9 age confidence
pydantic-core ==2.27.2 -> ==2.39.0 age confidence

Release Notes

pydantic/pydantic (pydantic)

v2.11.9: 2025-09-13

Compare Source

What's Changed
Fixes

Full Changelog: pydantic/pydantic@v2.11.8...v2.11.9

v2.11.8: 2025-09-13

Compare Source

v2.11.8 (2025-09-13)

What's Changed
Fixes

Full Changelog: pydantic/pydantic@v2.11.7...v2.11.8

v2.11.7

Compare Source

GitHub release

What's Changed
Fixes

v2.11.6

Compare Source

GitHub release

What's Changed
Fixes

v2.11.5

Compare Source

GitHub release

What's Changed
Fixes

v2.11.4

Compare Source

GitHub release

What's Changed
Packaging
Changes
  • Allow config and bases to be specified together in create_model() by @​Viicos in #​11714.
    This change was backported as it was previously possible (although not meant to be supported)
    to provide model_config as a field, which would make it possible to provide both configuration
    and bases.
Fixes

v2.11.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.11.2

Compare Source

GitHub release

What's Changed
Fixes

v2.11.1

Compare Source

GitHub release

What's Changed
Fixes
  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #​11644

v2.11.0

Compare Source

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general).
See the blog post for more details.

Packaging
New Features
Fixes
  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #​11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #​11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #​11626
  • Fix deferred discriminator application logic by @​Viicos in #​11591
New Contributors
pydantic/pydantic-core (pydantic-core)

v2.39.0: 2025-08-11

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.38.0...v2.39.0

v2.38.0: 2025-08-04

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.37.2...v2.38.0

v2.37.2: 2025-07-26

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.37.1...v2.37.2

v2.37.1: 2025-07-25

Compare Source

What's Changed

Identical to v2.37.0.

v2.37.0: 2025-07-25

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.36.0...v2.37.0

v2.36.0: 2025-07-23

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.35.2...v2.36.0

v2.35.2: 2025-06-26

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.35.1...v2.35.2

v2.35.1: 2025-06-11

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.35.0...v2.35.1

v2.35.0: 2025-06-11

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.34.1...v2.35.0

v2.34.1

Compare Source

v2.34.0: 2025-04-17

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.33.1...v2.34.0

v2.33.2: 2025-04-23

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.33.1...v2.33.2

v2.33.1: 2025-04-02

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.33.0...v2.33.1

v2.33.0: 2025-03-26

Compare Source

What's Changed

  • Add support for extra keys validation for model fields by @​Viicos in #​1671
  • Revert by_alias default value change for to_json() and to_jsonable_python() by @​Viicos in #​1672

Full Changelog: pydantic/pydantic-core@v2.32.0...v2.33.0

v2.32.0: 2025-03-14

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.1...v2.32.0

v2.31.1: 2025-03-06

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.0...v2.31.1

v2.31.0: 2025-03-05

Compare Source

What's Changed

Packaging
Performance
Fixes

Full Changelog: pydantic/pydantic-core@v2.30.0...v2.31.0

v2.30.0: 2025-02-25

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.29.0...v2.30.0

v2.29.0: 2025-02-07

Compare Source

What's Changed

Packaging
Fixes
Performance
New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0

v2.28.0: 2025-01-30

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-core@v2.27.1...v2.28.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 17, 2025 22:01
@renovate renovate bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 45792ab to 75fc325 Compare September 18, 2025 02:57
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6ccbcec) to head (99cdcc5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #676   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          234       234           
  Branches        32        32           
=========================================
  Hits           234       234           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 75fc325 to e3d9578 Compare September 18, 2025 13:50
@renovate renovate bot force-pushed the renovate/python-deps/pydantic-dependencies branch from e3d9578 to 99cdcc5 Compare September 25, 2025 16:11
Copy link

github-actions bot commented Sep 25, 2025

Test Results (windows)

path passed subtotal
tests\test_bump_version_in_files.py 5 5
tests\test_create_unique_testpypi_version.py 7 7
tests\test_find_unreleased_changelog_items.py 6 6
tests\test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Copy link

github-actions bot commented Sep 25, 2025

Test Results (macos)

path passed subtotal
tests/test_bump_version_in_files.py 5 5
tests/test_create_unique_testpypi_version.py 7 7
tests/test_find_unreleased_changelog_items.py 6 6
tests/test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Copy link

github-actions bot commented Sep 25, 2025

Test Results (ubuntu)

path passed subtotal
tests/test_bump_version_in_files.py 5 5
tests/test_create_unique_testpypi_version.py 7 7
tests/test_find_unreleased_changelog_items.py 6 6
tests/test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants