Skip to content

Bump pydantic from 2.10.6 to 2.11.0

dependabot requested to merge dependabot-pip-pydantic-2.11.0 into master

Bumps pydantic from 2.10.6 to 2.11.0.

Release notes

Sourced from pydantic's releases.

v2.11.0 2025-03-27

What's Changed

Packaging

New Features

Changes

Performance

Fixes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.0 (2025-03-27)

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

v2.11.0b2 (2025-03-17)

GitHub release

What's Changed

Packaging

New Features

Fixes

  • Fix NotRequired qualifier not taken into account in stringified annotation by @​Viicos in #11559

... (truncated)

Commits
  • 58e61fa Prepare release v2.11.0 (#11635)
  • e2c2e81 Add generate_arguments_schema() experimental function (#11572)
  • 72bea3f Add mkdocs-llmstxt documentation plugin (#11632)
  • fcba832 Simplify customization of default value inclusion in JSON Schema generation (...
  • 6f11161 Add support for extra keys validation for models (#11578)
  • 7917b11 Disable third-party workflow issue report (#11629)
  • f5226d2 Bump pydantic-core to v2.33.0 (#11631)
  • 86491cc Allow @with_config decorator to be used with keyword arguments (#11608)
  • ed2764b Fix deferred discriminator application logic (#11591)
  • 55a434c Preserve other steps when using the ellipsis in the pipeline API (#11626)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading