Bump pydantic-core from 2.23.4 to 2.26.0
Bumps pydantic-core from 2.23.4 to 2.26.0.
Release notes
Sourced from pydantic-core's releases.
v2.26.0 2024-11-04
What's Changed
Fixes
- Revert changes to url schemas that support
cls
, the 2x validation isn't worth it (and is breaking) by@sydney-runkle
in pydantic/pydantic-core#1514- Fix when
coerce_numbers_to_str
enabled and string has invalid unicode character by@andrey-berenda
in pydantic/pydantic-core#1515- Fix serializing
complex
values in enums by@changhc
in pydantic/pydantic-core#1524Packaging
- Bump
serde
from 1.0.213 to 1.0.214 by@dependabot
in pydantic/pydantic-core#1519- Bump
regex
from 1.11.0 to 1.11.1 by@dependabot
in pydantic/pydantic-core#1520- Bump
jiter
from 0.6.1 to 0.7.0 by@dependabot
in pydantic/pydantic-core#1521- bump
speedate
to 0.15 by@davidhewitt
in pydantic/pydantic-core#1526New Features
- Add
allow_partial
by@samuelcolvin
in pydantic/pydantic-core#1512New Contributors
@andrey-berenda
made their first contribution in pydantic/pydantic-core#1515Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.25.1...v2.26.0
v2.25.1 2024-10-30
What's Changed
- Bump jiter from 0.5.0 to 0.6.1 by
@dependabot
in pydantic/pydantic-core#1498- Update Pyodide to v0.26.3 by
@riyavsinha
in pydantic/pydantic-core#1507- Allow subclassing
ValidationError
andPydanticCustomError
by@Youssefares
in pydantic/pydantic-core#1413- Revert "feat: add 'millisecond' option to
ser_json_timedelta
" by@sydney-runkle
in pydantic/pydantic-core#1503- Support subclass inits for
Url
andMultiHostUrl
by@sydney-runkle
in pydantic/pydantic-core#1508New Contributors
@Youssefares
made their first contribution in pydantic/pydantic-core#1413@riyavsinha
made their first contribution in pydantic/pydantic-core#1507Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1
v2.25.0 2024-10-23
What's Changed
- Properly enforce
host_required
for URLs by@Viicos
in pydantic/pydantic-core#1488- Support revalidation of parametrized generics by
@sydney-runkle
in pydantic/pydantic-core#1489- Support default factories taking validated data as an argument by
@Viicos
in pydantic/pydantic-core#1491Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0
v2.24.2 2024-10-15
What's Changed
- Add
serialization
key toInvalidSchema
by@sydney-runkle
in pydantic/pydantic-core#1482Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2
... (truncated)
Commits
-
96038dd
Bump version to prep release (#1527) -
c864ff2
bump speedate to 0.15 (#1526) -
a1fa596
Addallow_partial
(#1512) -
5e95c05
Bump jiter from 0.6.1 to 0.7.0 (#1521) -
2ee8fa8
Fix serializing complex values in enums (#1524) -
184e7be
Bump regex from 1.11.0 to 1.11.1 (#1520) -
4d90f44
Bump serde from 1.0.213 to 1.0.214 (#1519) -
5dd2992
Fix when coerce_numbers_to_str enabled and string has invalid unicode charact... -
89bdee1
Revert changes to url schemas that supportcls
, the 2x validation isn't wor... -
9217019
Patch version bump -> v2.25.1 (#1509) - Additional commits viewable in compare view