Skip to content

chore(python-deps): update pydantic dependencies in all dependant actions (minor)#360

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-deps/pydantic-dependencies
Closed

chore(python-deps): update pydantic dependencies in all dependant actions (minor)#360
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-deps/pydantic-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 4, 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.7 age confidence
pydantic-core ==2.27.2 -> ==2.39.0 age confidence

Release Notes

pydantic/pydantic (pydantic)

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 becomes conflicted, 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 February 4, 2025 20:25
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (61af98a) to head (45792ab).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #360   +/-   ##
=========================================
  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 1a48225 to 4ba10e8 Compare February 12, 2025 19:08
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.28.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.29.0 in all dependant actions Feb 12, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 4ba10e8 to 4fa5c92 Compare March 2, 2025 22:38
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.29.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions Mar 2, 2025
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions Mar 7, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 2 times, most recently from 626ac12 to a83842a Compare March 7, 2025 22:54
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions Mar 7, 2025
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 2 times, most recently from a5c9825 to 1019134 Compare March 10, 2025 19:50
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 1019134 to 9743574 Compare March 10, 2025 22:19
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.30.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.31.0 in all dependant actions Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 9743574 to 27affc2 Compare March 11, 2025 19:53
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.31.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions Mar 11, 2025
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.32.0 in all dependant actions Mar 16, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 2 times, most recently from 108af8a to 9c5dbd4 Compare March 16, 2025 18:48
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.32.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions Mar 16, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 9c5dbd4 to 49d4e39 Compare March 19, 2025 19:42
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.31.1 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.32.0 in all dependant actions Mar 19, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 49d4e39 to 6e4a40c Compare March 31, 2025 21:08
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.32.0 in all dependant actions chore(python-deps): update dependency pydantic-core to v2.33.0 in all dependant actions Mar 31, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 6e4a40c to bdbcbde Compare April 1, 2025 19:52
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.33.0 in all dependant actions chore(python-deps): update pydantic dependencies in all dependant actions (minor) Apr 1, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 2 times, most recently from 2ac99bb to 1d51294 Compare April 13, 2025 14:10
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 1d51294 to 6b254e1 Compare April 22, 2025 23:27
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 6b254e1 to 4f2eaf7 Compare May 4, 2025 21:54
@renovate renovate Bot changed the title chore(python-deps): update pydantic dependencies in all dependant actions (minor) chore(python-deps): update dependency pydantic-core to v2.34.1 in all dependant actions May 22, 2025
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic-core to v2.34.1 in all dependant actions chore(python-deps): update pydantic dependencies in all dependant actions (minor) May 22, 2025
@renovate renovate Bot changed the title chore(python-deps): update pydantic dependencies in all dependant actions (minor) chore(python-deps): update dependency pydantic to v2.11.4 in all dependant actions May 22, 2025
@renovate renovate Bot changed the title chore(python-deps): update dependency pydantic to v2.11.4 in all dependant actions chore(python-deps): update pydantic dependencies in all dependant actions (minor) May 22, 2025
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 4f2eaf7 to 7787f87 Compare May 27, 2025 23:25
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 4 times, most recently from 4bab702 to b01799a Compare June 19, 2025 10:58
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from b01799a to 79d899b Compare July 1, 2025 13:54
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 5 times, most recently from 85f51a5 to 80a6ad7 Compare August 3, 2025 02:04
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 80a6ad7 to 0f608dd Compare August 9, 2025 16:52
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 0f608dd to 6bc9471 Compare August 16, 2025 17:07
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 6bc9471 to 824ecb3 Compare September 8, 2025 16:39
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch 2 times, most recently from cc9032f to 18efa87 Compare September 15, 2025 22:34
@renovate renovate Bot force-pushed the renovate/python-deps/pydantic-dependencies branch from 18efa87 to 45792ab Compare September 16, 2025 15:09
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 16, 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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 16, 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

@nfelt14 nfelt14 closed this Sep 17, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 17, 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

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.

1 participant