Bump pydantic from 2.10.6 to 2.11.0
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
- Re-enable memray related tests on Python 3.12+ by
@Viicos
in pydantic/pydantic#11191- Bump astral-sh/setup-uv from 4 to 5 by
@dependabot
in pydantic/pydantic#11205- Add a
check_pydantic_core_version()
function by@Viicos
in pydantic/pydantic#11324- Remove
greenlet
development dependency by@Viicos
in pydantic/pydantic#11351- Bump ruff from 0.9.2 to 0.9.5 by
@Viicos
in pydantic/pydantic#11407- Improve release automation process by
@austinyu
in pydantic/pydantic#11427- Bump dawidd6/action-download-artifact from 8 to 9 by
@dependabot
in pydantic/pydantic#11513- Bump
pydantic-core
to v2.32.0 by@Viicos
in pydantic/pydantic#11567New Features
- Support unsubstituted type variables with both a default and a bound or constraints by
@FyZzyss
in pydantic/pydantic#10789- Add a
default_factory_takes_validated_data
property toFieldInfo
by@Viicos
in pydantic/pydantic#11034- Raise a better error when a generic alias is used inside
type[]
by@Viicos
in pydantic/pydantic#11088- Properly support PEP 695 generics syntax by
@Viicos
in pydantic/pydantic#11189- Properly support type variable defaults by
@Viicos
in pydantic/pydantic#11332- Add support for validating v6, v7, v8 UUIDs by
@astei
in pydantic/pydantic#11436- Improve alias configuration APIs by
@sydney-runkle
in pydantic/pydantic#11468- Add experimental support for free threading by
@Viicos
in pydantic/pydantic#11516- Add
encoded_string()
method to the URL types by@YassinNouh21
in pydantic/pydantic#11580- Add support for
defer_build
with@validate_call
decorator by@Viicos
in pydantic/pydantic#11584- Allow
@with_config
decorator to be used with keyword arguments by@Viicos
in pydantic/pydantic#11608- Simplify customization of default value inclusion in JSON Schema generation by
@Viicos
in pydantic/pydantic#11634- Add
generate_arguments_schema()
function by@Viicos
in pydantic/pydantic#11572Changes
- Rework
create_model
field definitions format by@Viicos
in pydantic/pydantic#11032- Raise a deprecation warning when a field is annotated as final with a default value by
@Viicos
in pydantic/pydantic#11168- Deprecate accessing
model_fields
andmodel_computed_fields
on instances by@Viicos
in pydantic/pydantic#11169- Move core schema generation logic for path types inside the
GenerateSchema
class by@sydney-runkle
in pydantic/pydantic#10846- Move
Mapping
schema gen toGenerateSchema
to complete removal ofprepare_annotations_for_known_type
workaround by@sydney-runkle
in pydantic/pydantic#11247- Remove Python 3.8 Support by
@sydney-runkle
in pydantic/pydantic#11258- Optimize calls to
get_type_ref
by@Viicos
in pydantic/pydantic#10863- Disable
pydantic-core
core schema validation by@sydney-runkle
in pydantic/pydantic#11271Performance
- Only evaluate
FieldInfo
annotations if required during schema building by@Viicos
in pydantic/pydantic#10769- Improve
__setattr__
performance of Pydantic models by caching setter functions by@MarkusSintonen
in pydantic/pydantic#10868- Improve annotation application performance by
@Viicos
in pydantic/pydantic#11186- Improve performance of
_typing_extra
module by@Viicos
in pydantic/pydantic#11255- Refactor and optimize schema cleaning logic by
@Viicos
in pydantic/pydantic#11244- Create a single dictionary when creating a
CoreConfig
instance by@sydney-runkle
in pydantic/pydantic#11384- Reuse cached core schemas for parametrized generic Pydantic models by
@MarkusSintonen
in pydantic/pydantic#11434Fixes
... (truncated)
Changelog
Sourced from pydantic's changelog.
v2.11.0 (2025-03-27)
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
- Add
encoded_string()
method to the URL types by@YassinNouh21
in #11580- Add support for
defer_build
with@validate_call
decorator by@Viicos
in #11584- Allow
@with_config
decorator to be used with keyword arguments by@Viicos
in #11608- Simplify customization of default value inclusion in JSON Schema generation by
@Viicos
in #11634- Add
generate_arguments_schema()
function by@Viicos
in #11572Fixes
- 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 #11591New Contributors
@cmenon12
made their first contribution in #11562@Jeukoh
made their first contribution in #11611v2.11.0b2 (2025-03-17)
What's Changed
Packaging
New Features
Fixes
... (truncated)
Commits
-
58e61fa
Prepare release v2.11.0 (#11635) -
e2c2e81
Addgenerate_arguments_schema()
experimental function (#11572) -
72bea3f
Addmkdocs-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
Bumppydantic-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