chore(python-deps): update pydantic dependencies in all dependant actions (minor) #70
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.8.2
->==2.9.0
==2.20.1
->==2.23.2
Release Notes
pydantic/pydantic (pydantic)
v2.9.0
Compare Source
GitHub release
The code released in v2.9.0 is practically identical to that of v2.9.0b2.
What's Changed
Packaging
ruff
tov0.5.0
andpyright
tov1.1.369
by @sydney-runkle in #9801pydantic-extra-types
tov2.9.0
by @sydney-runkle in #9832pdm v2.18.1
by @Viicos in #10138v1
version stub tov1.10.18
by @sydney-runkle in #10214pydantic-core
tov2.23.2
by @sydney-runkle in #10311New Features
ZoneInfo
by @Youssefares in #9896Config.val_json_bytes
by @josh-newman in #9770complex
number by @changhc in #9654annotated_types.Not
by @aditkumar72 in #10210WithJsonSchema
to inject$ref
s w/http
orhttps
links by @dAIsySHEng1 in #9863PathLike
types by @nix010 in #9764str
orcallable
discriminators to select the correct serializer by @sydney-runkle in in pydantic/pydantic-core#1397Changes
dict
typejson_schema_extra
by @sydney-runkle in #9792pattern
for incompatible types by @sydney-runkle in #10158'allOf'
JSON schema workarounds by @dpeachey in #10029typed_dict_cls
data fromCoreMetadata
by @sydney-runkle in #10180Examples
class by @Viicos in #10181initial_metadata
from internal metadata construct by @sydney-runkle in #10194re.Pattern.search
instead ofre.Pattern.match
for consistency withrust
behavior by @tinez in pydantic/pydantic-core#1368pydantic-core
serialization warning by @BoxyUwU in pydantic/pydantic-core#1377pydantic-core
, changemetadata
type hint in core schemas fromAny
->Dict[str, Any] | None
by @sydney-runkle in pydantic/pydantic-core#1411self
isn't returned from model validator by @sydney-runkle in #10255Performance
BaseModel
by @sydney-runkle in #10013Minor Internal Improvements
multiple_of_validator()
by 31% inpydantic/_internal/_validators.py
by @misrasaurabh1 in #9839ModelPrivateAttr.__set_name__()
by 18% inpydantic/fields.py
by @misrasaurabh1 in #9841dataclass()
by 7% inpydantic/dataclasses.py
by @misrasaurabh1 in #9843_field_name_for_signature
by 37% inpydantic/_internal/_signature.py
by @misrasaurabh1 in #9951GenerateSchema._unpack_refs_defs
by 26% inpydantic/_internal/_generate_schema.py
by @misrasaurabh1 in #9949apply_each_item_validators
by 100% inpydantic/_internal/_generate_schema.py
by @misrasaurabh1 in #9950ConfigWrapper.core_config
by 28% inpydantic/_internal/_config.py
by @misrasaurabh1 in #9953Fixes
use_enum_values
onLiteral
types by @kwint in #9787BaseModel/RootModel
inheritance by @dmontagu in #9913str
type annotation withAny
in validator factories in documentation on validators by @maximilianfellhuber in #9885ComputedFieldInfo.wrapped_property
pointer when a property setter is assigned by @tlambert03 in #9892main.IncEnx
by @tlambert03 in #9924type[Annotated[...]]
by @Viicos in #9932mypy
plugin: handle frozen fields on a per-field basis by @dmontagu in #9935invalid-annotated-type
error code by @sydney-runkle in #9948uuid
,url
, andip
types by @sydney-runkle in #9975date
schemas to_generate_schema.py
by @sydney-runkle in #9976decimal.Decimal
validation to_generate_schema.py
by @sydney-runkle in #9977_std_types_schema.py
by @sydney-runkle in #9959GenerateSchema.match_type
options by @sydney-runkle in #9961dataclass
ignoringdefault_factory
passed in Annotated by @kc0506 in #9971Sequence
ignoringdiscriminator
by @kc0506 in #9980IPvAnyAddress
andIPvAnyInterface
by @haoyun in #9990mypy
plugin forfrom_orm
check requiring from_attributes=True config by @radekwlsk in #9938strict=True
to__init__
inmypy
plugin by @kc0506 in #9998deque
annotations by @sydney-runkle in #10018__pydantic_extra__
annotation in specific circumstances by @Viicos in #10070frozen
enforcement fordataclasses
by @sydney-runkle in #10066__get_pydantic_core_schema__
signature by @Viicos in #10075is_annotated
consistently by @Viicos in #10095PydanticDeprecatedSince26
typo by @kc0506 in #10101pyright
tests, refactor model decorators signatures by @Viicos in #10092ip
serialization logic by @sydney-runkle in #10112dataclasses
by @mochi22 in #10082when_used
set to'json-unless-none'
and the default value isNone
by @Viicos in #10121ImportString
special cases by @sydney-runkle in #10137__
prefixed annotations by @sydney-runkle in #10136nullable
schemas withserialization
schema available during JSON Schema generation by @Viicos in #10132BaseModel
annotations by @kc0506 in #10110PrivateAttr
withAnnotated
by @Viicos in #10157number
type for literal and enum schemas by @Viicos in #10172Mapping
andMutableMapping
annotations to use mapping schema instead of dict schema by @sydney-runkle in #10020field_serializer
with computed field when using*
by @nix010 in pydantic/pydantic-core#1349Union
serializer before inference by @sydney-runkle in pydantic/pydantic-core#1398float
serialization behavior instrict
mode by @sydney-runkle in pydantic/pydantic-core#1400exactness
into Decimal validation logic to improve union validation behavior by @sydney-runkle in in pydantic/pydantic-core#1405pytest.warns()
by @mgorny in #10241ModelMetaclass
by @Viicos in #10242__init__
by @Viicos in #10264BigInt
serialization forint
subclasses by @kxx317 in pydantic/pydantic-core#1417info
by @sydney-runkle in #10277__pydantic_complete__
is set when rebuildingdataclasses
by @Viicos in #10291schema_generator
config value inTypeAdapter
by @sydney-runkle in #10300New Contributors
pydantic
pydantic-core
pydantic/pydantic-core (pydantic-core)
v2.23.2
: 2024-09-05Compare Source
What's Changed
pydantic_core
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1420Full Changelog: pydantic/pydantic-core@v2.23.1...v2.23.2
v2.23.1
: 2024-08-29Compare Source
What's Changed
BigInt
serialization forint
subclasses by @kxx317 in https://github.com/pydantic/pydantic-core/pull/1417New Contributors
Full Changelog: pydantic/pydantic-core@v2.23.0...v2.23.1
v2.23.0
: 2024-08-19Compare Source
What's Changed
cls
reference toTypedDictSchema
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1410metadata
type hint fromAny
->Dict[str, Any] | None
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1411Full Changelog: pydantic/pydantic-core@v2.22.0...v2.23.0
v2.22.0
: 2024-08-15Compare Source
What's Changed
AnySerializer
via core schema by @BoxyUwU in https://github.com/pydantic/pydantic-core/pull/1394RUSTFLAGS
in final binary by @BoxyUwU in https://github.com/pydantic/pydantic-core/pull/1396base64
standard encoding by @josh-newman in https://github.com/pydantic/pydantic-core/pull/1395strict
mode by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1400exclude_
, so don't warn onexclude
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1403typing_extensions.TypedDict
on Python < 3.12 by @candleindark in https://github.com/pydantic/pydantic-core/pull/1404complex
numbers by @changhc in https://github.com/pydantic/pydantic-core/pull/1331exactness
intoDecimal
validation logic by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1405New Contributors
Full Changelog: pydantic/pydantic-core@v2.21.0...v2.22.0
v2.21.0
: 2024-08-05Compare Source
What's Changed
Packaging
idna
from 0.5.0 to 1.0.1 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1358pyo3
from 0.22.0 to 0.22.2 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1383serde_json
from 1.0.118 to 1.0.121 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1384serde
from 1.0.203 to 1.0.204 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1385base64
from 0.21.7 to 0.22.1 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1386Fixes
field_serializer
with computed field by @nix010 in https://github.com/pydantic/pydantic-core/pull/1349Features
ser_json_bytes
by @josh-newman in https://github.com/pydantic/pydantic-core/pull/1308allow_partial='trailing-strings'
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1390Performance
Uuid:::from_u128
foruuid_to_string
by @fft001 in https://github.com/pydantic/pydantic-core/pull/1362New Contributors
Full Changelog: pydantic/pydantic-core@v2.20.1...v2.21.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 becomes conflicted, 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.