-
Notifications
You must be signed in to change notification settings - Fork 1
feat(deps): update dependency pydantic_core to v2.41.4 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pydantic_core-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
a68a797
to
27e84ff
Compare
5e538bf
to
db1e40b
Compare
6362dd0
to
dca1d31
Compare
6e33f81
to
baf25e3
Compare
5ecc5ed
to
d9c93bf
Compare
adf2722
to
89bf75e
Compare
89bf75e
to
76135d1
Compare
76135d1
to
42673d0
Compare
42673d0
to
b0e7808
Compare
70bb47a
to
4d6123a
Compare
1f61c0b
to
ce33729
Compare
ce33729
to
e4594d5
Compare
1a1b77d
to
ca3bb66
Compare
ca3bb66
to
cc05d82
Compare
a68e63b
to
51625ac
Compare
51625ac
to
b341478
Compare
b341478
to
4e203e4
Compare
4e203e4
to
3a3c3fd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
==2.23.4
->==2.41.4
Release Notes
pydantic/pydantic-core (pydantic_core)
v2.41.4
Compare Source
v2.41.3
Compare Source
v2.41.2
: 2025-10-13Compare Source
What's Changed
field_name
inInternalValidator
by @Viicos in #1834field_serializer
when usingserialize_as_any=True
by @davidhewitt in #1835RootModel
serialization issues by @davidhewitt in #1836New Contributors
Full Changelog: pydantic/pydantic-core@v2.41.1...v2.41.2
v2.41.1
: 2025-10-06Compare Source
What's Changed
url_preserve_empty_path
entry toCoreConfig
by @Viicos in #1823Full Changelog: pydantic/pydantic-core@v2.41.0...v2.41.1
v2.41.0
: 2025-10-06Compare Source
What's Changed
default_factory
which takes data on more types by @davidhewitt in #1822collections.OrderedDict
by @CloseChoice in #1801New Contributors
Full Changelog: pydantic/pydantic-core@v2.40.1...v2.41.0
v2.40.1
: 2025-10-02Compare Source
What's Changed
ModelValidator.validate_construct()
by @Viicos in #1818Full Changelog: pydantic/pydantic-core@v2.40.0...v2.40.1
v2.40.0
: 2025-10-01Compare Source
What's Changed
extra
parameter to the validate functions by @anvilpete in #1722EitherString::as_cow
implementation by @davidhewitt in #1794New Contributors
Full Changelog: pydantic/pydantic-core@v2.39.0...v2.40.0
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
v2.27.2
: 2024-12-18Compare Source
What's Changed
default_value
calls to the underlying schema forDefinitionRefValidator
by @Viicos in #1573ValueError
on year zero by @davidhewitt in #1583Full Changelog: pydantic/pydantic-core@v2.27.1...v2.27.2
v2.27.1
: 2024-11-21Compare Source
What's Changed
Bound<'_, PyString>::to_str
by @davidhewitt in #1544complex
types inpython
by @sydney-runkle in #1549Full Changelog: pydantic/pydantic-core@v2.27.0...v2.27.1
v2.27.0
: 2024-11-12Compare Source
What's Changed
Url
andMultiHostUrl
docstrings, we moved them to pydantic by @sydney-runkle in #1531validate_assignment
when field has gone missing by @davidhewitt in #1532Union
serializer: do not raise warnings in nested unions by @lukapeschke in #1513_IncEx
type alias to be compatible with mypy by @Viicos in #1537wrap
serializer breaking union serialization in presence of extra fields by @davidhewitt in #1530trailing-strings
withallow_partial
by @samuelcolvin in #1539New Contributors
Full Changelog: pydantic/pydantic-core@v2.26.0...v2.27.0
v2.26.0
: 2024-11-04Compare Source
What's Changed
Fixes
cls
, the 2x validation isn't worth it (and is breaking) by @sydney-runkle in #1514coerce_numbers_to_str
enabled and string has invalid unicode character by @andrey-berenda in #1515complex
values in enums by @changhc in #1524Packaging
serde
from 1.0.213 to 1.0.214 by @dependabot in #1519regex
from 1.11.0 to 1.11.1 by @dependabot in #1520jiter
from 0.6.1 to 0.7.0 by @dependabot in #1521speedate
to 0.15 by @davidhewitt in #1526New Features
allow_partial
by @samuelcolvin in #1512New Contributors
Full Changelog: pydantic/pydantic-core@v2.25.1...v2.26.0
v2.25.1
: 2024-10-30Compare Source
What's Changed
ValidationError
andPydanticCustomError
by @Youssefares in #1413ser_json_timedelta
" by @sydney-runkle in #1503Url
andMultiHostUrl
by @sydney-runkle in #1508New Contributors
Full Changelog: pydantic/pydantic-core@v2.25.0...v2.25.1
v2.25.0
: 2024-10-23Compare Source
What's Changed
host_required
for URLs by @Viicos in #1488Full Changelog: pydantic/pydantic-core@v2.24.2...v2.25.0
v2.24.2
: 2024-10-15Compare Source
What's Changed
serialization
key toInvalidSchema
by @sydney-runkle in #1482Full Changelog: pydantic/pydantic-core@v2.24.1...v2.24.2
v2.24.1
: 2024-10-11Compare Source
What's Changed
Packaging
pyo3
from 0.22.2 to 0.22.3 by @dependabot in #1472serde
from 1.0.209 to 1.0.210 by @dependabot in #1471regex
from 1.10.6 to 1.11.0 by @dependabot in #1470Fixes
Changes
invalid
schema placeholder by @sydney-runkle in #1469issubclass
andisinstance
schemas from json by @sydney-runkle in #1479Full Changelog: pydantic/pydantic-core@v2.24.0...v2.24.1
v2.24.0
: 2024-09-20Compare Source
What's Changed
Features
ser_json_timedelta
config parameter by @ollz272 in #1427TypedDict
to type hint variadic keyword arguments inArgumentsValidator
by @Viicos in #1451Fixes
New Contributors
Full Changelog: pydantic/pydantic-core@v2.23.4...v2.24.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.