Bump pydantic from 2.7.4 to 2.8.2
Bumps pydantic from 2.7.4 to 2.8.2.
Release notes
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
v2.8.0 (2024-07-01)
The code released in
v2.8.0
is functionally identical to that ofv2.8.0b1
.Check out our blog post to learn more about the release highlights!
What's Changed
Packaging
- Update citation version automatically with new releases by
@sydney-runkle
in #9673- Bump pyright to
v1.1.367
and add type checking tests for pipeline API by@adriangb
in #9674- Update
pydantic.v1
stub tov1.10.17
by@sydney-runkle
in #9707- General package updates to prep for
v2.8.0b1
by@sydney-runkle
in #9741- Bump
pydantic-core
tov2.20.0
by@sydney-runkle
in #9745- Add support for Python 3.13 by
@sydney-runkle
in #9743- Update
pdm
version used forpdm.lock
tov2.16.1
by@sydney-runkle
in #9761- Update to
ruff
v0.4.8
by@Viicos
in #9585New Features
- Experimental: support
defer_build
forTypeAdapter
by@MarkusSintonen
in #8939
... (truncated)
Changelog
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#71v2.8.0 (2024-07-01)
The code released in v2.8.0 is functionally identical to that of v2.8.0b1.
What's Changed
Packaging
- Update citation version automatically with new releases by
@sydney-runkle
in #9673- Bump pyright to
v1.1.367
and add type checking tests for pipeline API by@adriangb
in #9674- Update
pydantic.v1
stub tov1.10.17
by@sydney-runkle
in #9707- General package updates to prep for
v2.8.0b1
by@sydney-runkle
in #9741- Bump
pydantic-core
tov2.20.0
by@sydney-runkle
in #9745- Add support for Python 3.13 by
@sydney-runkle
in #9743- Update
pdm
version used forpdm.lock
to v2.16.1 by@sydney-runkle
in #9761- Update to
ruff
v0.4.8
by@Viicos
in #9585New Features
- Experimental: support
defer_build
forTypeAdapter
by@MarkusSintonen
in #8939- Implement
deprecated
field in json schema by@NeevCohen
in #9298
... (truncated)
Commits
-
4978ee2
update history -
0345929
v bump -
d390a04
Fix issue with assertion caused by pluggable schema validator (#9838) -
040865f
update history -
5a33e3b
bump version -
2f9abb2
Bumppydantic-core
tov2.20.1
,pydantic-extra-types
tov2.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
Bumpruff
tov0.5.0
andpyright
tov1.1.369
(#9801) - Additional commits viewable in compare view