Sourced from pydantic's releases.
v2.8.2 (2024-07-03)
What's Changed
Fixes
- Fix issue with assertion caused by pluggable schema validator by
@dmontagu
in #9838Full Changelog: https://github.com/pydantic/pydantic/compare/v2.8.1...v2.8.2
v2.8.1 (2024-07-03)
What's Changed
Packaging
- Bump
ruff
tov0.5.0
andpyright
tov1.1.369
by@sydney-runkle
in #9801- Bump
pydantic-core
tov2.20.1
,pydantic-extra-types
tov2.9.0
by@sydney-runkle
in #9832Fixes
- Fix breaking change in
to_snake
from v2.7 -> v2.8 by@sydney-runkle
in #9812- Fix list constraint json schema application by
@sydney-runkle
in #9818- Support time duration more than 23 by
@nix010
in pydantic/speedate#64- Fix millisecond fraction being handled with the wrong scale by
@davidhewitt
in pydantic/speedate#65- Handle negative fractional durations correctly by
@sydney-runkle
in pydantic/speedate#71New Contributors
@kwint
made their first contribution in pydantic/pydantic#9787@seekinginfiniteloop
made their first contribution in pydantic/pydantic#9822Full Changelog: https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.1
Sourced from pydantic's changelog.
v2.8.2 (2024-07-03)
What's Changed
Fixes
- Fix issue with assertion caused by pluggable schema validator by
@dmontagu
in #9838v2.8.1 (2024-07-03)
What's Changed
Packaging
- Bump
ruff
tov0.5.0
andpyright
tov1.1.369
by@sydney-runkle
in #9801- Bump
pydantic-core
tov2.20.1
,pydantic-extra-types
tov2.9.0
by@sydney-runkle
in #9832Fixes
- Fix breaking change in
to_snake
from v2.7 -> v2.8 by@sydney-runkle
in #9812- Fix list constraint json schema application by
@sydney-runkle
in #9818- Support time duration more than 23 by
@nix010
in pydantic/speedate#64- Fix millisecond fraction being handled with the wrong scale by
@davidhewitt
in pydantic/speedate#65- Handle negative fractional durations correctly by
@sydney-runkle
in pydantic/speedate#71
4978ee2
update history0345929
v bumpd390a04
Fix issue with assertion caused by pluggable schema validator (#9838)040865f
update history5a33e3b
bump version2f9abb2
Bump pydantic-core
to v2.20.1
,
pydantic-extra-types
to v2.9.0
(#9832)ce9c5f7
Remove spooky meetings file (#9824)6bdd6d1
Pedantic typo correction within explanation of Pydantic's root in
'pedantic' ...701ccde
Fix list constraint json schema application (#9818)2a066a2
Bump ruff
to v0.5.0
and pyright
to v1.1.369
(#9801)