chore(python-deps): update pydantic dependencies in all dependant actions (minor) #676
+4
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
==2.10.6
->==2.11.9
==2.27.2
->==2.39.0
Release Notes
pydantic/pydantic (pydantic)
v2.11.9
: 2025-09-13Compare Source
What's Changed
Fixes
Full Changelog: pydantic/pydantic@v2.11.8...v2.11.9
v2.11.8
: 2025-09-13Compare 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
FieldInfo
instance if necessary duringFieldInfo
build by @Viicos in #11898v2.11.6
Compare Source
GitHub release
What's Changed
Fixes
FieldInfo
by @Viicos in #11946v2.11.5
Compare Source
GitHub release
What's Changed
Fixes
FieldInfo
is complete after applying type variable map by @Viicos in #11855model_rebuild()
by @Viicos in #11890v2.11.4
Compare Source
GitHub release
What's Changed
Packaging
mkdocs-llmstxt
to v0.2.0 by @Viicos in #11725Changes
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 configurationand bases.
Fixes
function-before
schemas during schema gathering by @Viicos in #11801v2.11.3
Compare Source
GitHub release
What's Changed
Packaging
Fixes
v2.11.2
Compare Source
GitHub release
What's Changed
Fixes
pydantic-core
to v2.33.1 by @Viicos in #11678__pydantic_private__
exists before setting private attributes by @Viicos in #11666FieldInfo._complete
when using field from parent class by @Viicos in #11668v2.11.1
Compare Source
GitHub release
What's Changed
Fixes
'definitions-ref'
schemas containing serialization schemas or metadata by @Viicos in #11644v2.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
pydantic-core
to v2.33.0 by @Viicos in #11631New Features
encoded_string()
method to the URL types by @YassinNouh21 in #11580defer_build
with@validate_call
decorator by @Viicos in #11584@with_config
decorator to be used with keyword arguments by @Viicos in #11608generate_arguments_schema()
function by @Viicos in #11572Fixes
New Contributors
pydantic/pydantic-core (pydantic-core)
v2.39.0
: 2025-08-11Compare Source
What's Changed
exclude_computed_fields
serialization option by @Viicos in #1780Full Changelog: pydantic/pydantic-core@v2.38.0...v2.39.0
v2.38.0
: 2025-08-04Compare Source
What's Changed
ValidationError.from_exception_data()
docstring by @kinuax in #1768New Contributors
Full Changelog: pydantic/pydantic-core@v2.37.2...v2.38.0
v2.37.2
: 2025-07-26Compare Source
What's Changed
missing-sentinel
core schema by @Viicos in #1765Full Changelog: pydantic/pydantic-core@v2.37.1...v2.37.2
v2.37.1
: 2025-07-25Compare Source
What's Changed
Identical to v2.37.0.
v2.37.0
: 2025-07-25Compare Source
What's Changed
MISSING
sentinel by @Viicos in #1711Full Changelog: pydantic/pydantic-core@v2.36.0...v2.37.0
v2.36.0
: 2025-07-23Compare Source
What's Changed
exclude_if
logic at the field level by @andresliszt in #1535Full Changelog: pydantic/pydantic-core@v2.35.2...v2.36.0
v2.35.2
: 2025-06-26Compare Source
What's Changed
speedate
0.16 by @davidhewitt in #1740SerializationInfo
by @Viicos in #1747Full Changelog: pydantic/pydantic-core@v2.35.1...v2.35.2
v2.35.1
: 2025-06-11Compare Source
What's Changed
ValidationInfo
andSerializationInfo
by @Viicos in #1736Full Changelog: pydantic/pydantic-core@v2.35.0...v2.35.1
v2.35.0
: 2025-06-11Compare Source
What's Changed
exclude_none
is set by @Viicos in #1708pypa/gh-action-pypi-publish
by @samuelcolvin in #1599'time'
schema constraints by @Viicos in #1720preserve_order
feature by @davidhewitt in #1724PydanticUseDefault
exception message by @Viicos in #1730ensure_ascii
option by @Viicos in #1689TzInfo
by @Viicos in #1701ValidationInfo
andSerializationInfo
generic forcontext
by @Viicos in #1686New Contributors
Full Changelog: pydantic/pydantic-core@v2.34.1...v2.35.0
v2.34.1
Compare Source
v2.34.0
: 2025-04-17Compare Source
What's Changed
BigInt
to validate againstfloat
schema by @Viicos in #1685ValidationInfo.field_name
is correct on validator reuse by @DouweM in #1692release
job by @Viicos in #1695release
job x2 by @Viicos in #1696New Contributors
Full Changelog: pydantic/pydantic-core@v2.33.1...v2.34.0
v2.33.2
: 2025-04-23Compare Source
What's Changed
Full Changelog: pydantic/pydantic-core@v2.33.1...v2.33.2
v2.33.1
: 2025-04-02Compare Source
What's Changed
'timedelta'
schema constraints by @Viicos in #1676inline-snapshot
with an upper bound to fix wasm build by @davidhewitt in #1680Full Changelog: pydantic/pydantic-core@v2.33.0...v2.33.1
v2.33.0
: 2025-03-26Compare Source
What's Changed
by_alias
default value change forto_json()
andto_jsonable_python()
by @Viicos in #1672Full Changelog: pydantic/pydantic-core@v2.32.0...v2.33.0
v2.32.0
: 2025-03-14Compare Source
What's Changed
arguments-v3
schema by @Viicos in #1641TzInfo.__new__
stub method by @Viicos in #1611Full Changelog: pydantic/pydantic-core@v2.31.1...v2.32.0
v2.31.1
: 2025-03-06Compare Source
What's Changed
Full Changelog: pydantic/pydantic-core@v2.31.0...v2.31.1
v2.31.0
: 2025-03-05Compare Source
What's Changed
Packaging
serde
from 1.0.217 to 1.0.218 by @dependabot in #1657uuid
from 1.12.1 to 1.15.1 by @dependabot in #1655smallvec
from 1.13.2 to 1.14.0 by @dependabot in #1654Performance
PydanticUnexpectedValueError
by @sydney-runkle in #1652Fixes
cls_name
totyped-dict
schema by @Viicos in #1659Full Changelog: pydantic/pydantic-core@v2.30.0...v2.31.0
v2.30.0
: 2025-02-25Compare Source
What's Changed
SchemaValidator
s in the test suite. by @mikeedjones in #1631LookupKey
logic to reduce redundancy by @davidhewitt in #1635Option
map inPyMultiHostUrl.build
by @Viicos in #1643ErrorDetails.url
by @Viicos in #1642InitErrorDetails.type
documentation by @sobolevn in #1645New Contributors
Full Changelog: pydantic/pydantic-core@v2.29.0...v2.30.0
v2.29.0
: 2025-02-07Compare Source
What's Changed
Packaging
uuid
from 1.11.0 to 1.12.1 by @dependabot in #1618serde_json
from 1.0.134 to 1.0.138 by @dependabot in #1617uv
commands in Makefile by @davidhewitt in #1622macos-latest
runners by @davidhewitt in #1624Fixes
multiple_of
validation for negative numbers by @K-dash in #1373Performance
SchemaValidator
andSchemaSerializer
by @sydney-runkle in #1616New Features
New Contributors
Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0
v2.28.0
: 2025-01-30Compare Source
What's Changed
python3-dll-a
dependency by @davidhewitt in #1568PydanticUseDefault
docstring by @Viicos in #1571default_value
calls to the underlying schema forDefinitionRefValidator
by @Viicos in #1573SerializationInfo.round_trip
by @davidhewitt in #1576to_python()
calls checking for undefined by @davidhewitt in #1580ValueError
on year zero by @davidhewitt in #1583pyupgrade
as an explicit linting dependency by @sydney-runkle in #1606dataclass
InitVar
s shouldn't be required on serialization by @sydney-runkle in #1602Full 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.
This PR was generated by Mend Renovate. View the repository job log.