chore(deps): update dependency pydantic to v2.4.2 #67
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.1.1
->==2.4.2
Release Notes
pydantic/pydantic (pydantic)
v2.4.2
Compare Source
GitHub release
What's Changed
Fixes
models_json_schema
for generic models by @adriangb in #7654New Contributors
v2.4.1
Compare Source
GitHub release
What's Changed
Packaging
Fixes
Any
by @adriangb in #7606v2.4.0
Compare Source
GitHub release
What's Changed
Packaging
New Features
Base64Url
types by @dmontagu in #7286number
tostr
coercion by @lig in #7508field_name
anddata
in all validators if there is data and a field name by @samuelcolvin in #7542BaseModel.model_validate_strings
andTypeAdapter.validate_strings
by @hramezani in #7552plugins
experimental implementation by @lig @samuelcolvin and @Kludex in #6820Changes
model_post_init
in subclass with private attrs by @Viicos in #7302Extra
as deprecated by @disrupted in #7299EncodedStr
a dataclass by @Kludex in #7396annotated_handlers
to be public by @samuelcolvin in #7569Performance
CoreSchema
by @adriangb in #7523CoreSchema
walking by @adriangb in #7528dict.get
anddict.setdefault
with more verbose versions inCoreSchema
building hot paths by @adriangb in #7536CoreSchema
discovery by @adriangb in #7535CoreSchema
validation for faster startup times by @adriangb in #7565Fixes
TypedDict
from grandparent classes by @dmontagu in #7272strict
config overridable in field for Path by @hramezani in #7281ser_json_<timedelta|bytes>
on default inGenerateJsonSchema
by @Kludex in #7269SkipValidation
to referenced schemas by @adriangb in #7381__get_pydantic_core_schema__
signature by @hramezani in #7415TypeAdapter
) by @sydney-runkle in #7435TypeError
onmodel_validator
inwrap
mode by @pmmmwh in #7496repr
work for instances that failed initialization when handlingValidationError
s by @dmontagu in #7439UUID
values havingUUID.version=None
by @lig in #7566__iter__
returning privatecached_property
info by @sydney-runkle in #7570New Contributors
v2.3.0
Compare Source
GitHub release
Field(..., exclude: bool)
docs by @samuelcolvin in #7214Base64Str
andBase64Bytes
by @Kludex in #7192config.defer_build
for serialization first cases by @samuelcolvin in #7024validators.md
to correctvalidate_default
kwarg by @lmmx in #7229tzinfo.fromutc
method forTzInfo
inpydantic-core
by @lig in #7019__get_validators__
by @hramezani in #7197v2.2.1
Compare Source
GitHub release
xfail
ing test for root model extra stopxfail
ing by @dmontagu in #6937v2.2.0
Compare Source
GitHub release
Field.include
by @hramezani in #6852Path
fields by @samuelcolvin in #6903ForwardRef
wrapper for py 3.10.0 (shim until bpo-45166) by @randomir in #6919main
branch for badge links by @Viicos in #6925ser_json_bytes
regarding base64 encoding by @Viicos in #7052@validate_call
to work on async methods by @adriangb in #7046Settings
andSettingsConfigDict
by @JeanArhancet in #7002short_version
and use it in links by @hramezani in #7115RootModel
by @Kludex in #7113Field.exclude
by @Viicos in #7086validate_assignment
to useField.frozen
by @Viicos in #7103_core_utils
by @samuelcolvin in #7040round_trip
in Json type documentation by @jc-louis in #7137Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Berlin, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.