Bump pydantic from 2.10.0b1 to 2.10.0b2
Bumps pydantic from 2.10.0b1 to 2.10.0b2.
Release notes
Sourced from pydantic's releases.
v2.10.0b2 2024-11-13
What's Changed
Packaging
New Features
- Add
trailing-strings
support toexperimental_allow_partial
by@sydney-runkle
in #10825- Add
rebuild()
method forTypeAdapter
and simplifydefer_build
patterns by@sydney-runkle
in #10537Fixes
- Refactor
_typing_extra
module by@Viicos
in #10725- Support intuitive equality for urls by
@sydney-runkle
in #10798- Add
bytearray
toTypeAdapter.validate_json
signature by@samuelcolvin
in #10802- Ensure class access of method descriptors is performed when used as a default with
Field
by@Viicos
in #10816- Fix circular import with
validate_call
by@sydney-runkle
in #10807- Fix error when using type aliases referencing other type aliases by
@Viicos
in #10809- Fix
IncEx
type alias to be compatible with mypy by@Viicos
in #10813- Make
__signature__
a lazy property, do not deepcopy defaults by@Viicos
in #10818- Make
__signature__
lazy for dataclasses, too by@sydney-runkle
in #10832New Contributors
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.0b1...v2.10.0b2
Changelog
Sourced from pydantic's changelog.
v2.10.0b2 (2024-11-13)
What's Changed
Packaging
New Features
- Add
trailing-strings
support toexperimental_allow_partial
by@sydney-runkle
in #10825- Add
rebuild()
method forTypeAdapter
and simplifydefer_build
patterns by@sydney-runkle
in #10537Fixes
- Refactor
_typing_extra
module by@Viicos
in #10725- Support intuitive equality for urls by
@sydney-runkle
in #10798- Add
bytearray
toTypeAdapter.validate_json
signature by@samuelcolvin
in #10802- Ensure class access of method descriptors is performed when used as a default with
Field
by@Viicos
in #10816- Fix circular import with
validate_call
by@sydney-runkle
in #10807- Fix error when using type aliases referencing other type aliases by
@Viicos
in #10809- Fix
IncEx
type alias to be compatible with mypy by@Viicos
in #10813- Make
__signature__
a lazy property, do not deepcopy defaults by@Viicos
in #10818- Make
__signature__
lazy for dataclasses, too by@sydney-runkle
in #10832New Contributors
Commits
-
6e91707
Prep for v2.10.0b2 release (#10838) -
ac7d86a
Quick fix for type adapter rebuilds (#10837) -
c2647ab
Addrebuild()
method forTypeAdapter
and simplifydefer_build
patterns ... -
9783bc8
Fix docs build onmain
(#10833) -
b11988d
Make__signature__
lazy for dataclasses, too (#10832) -
783a62c
Cleanup CI and project metadata (#10823) -
dbc77d3
Fix dead links to JSON Schema specifications (#10828) -
2899ca8
Make__signature__
a lazy property, do not deepcopy defaults (#10818) -
8bad227
FixIncEx
type alias to be compatible with mypy (#10813) -
4eecee7
Addtrailing-strings
support toexperimental_allow_partial
(#10825) - Additional commits viewable in compare view