Bump pydantic from 2.7.1 to 2.7.4
Bumps pydantic from 2.7.1 to 2.7.4.
Release notes
Sourced from pydantic's releases.
v2.7.4 (2024-06-12)
What's Changed
Packaging
- Bump
pydantic.v1
tov1.10.16
reference by@sydney-runkle
in #9639Fixes
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4
v2.7.3 (2024-06-03)
What's Changed
Packaging
- Bump
pydantic-core
tov2.18.4
by@sydney-runkle
in #9550Fixes
- Fix u style unicode strings in python
@samuelcolvin
in pydantic/jiter#110Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/*
v2.7.2 (2024-05-28)
What's Changed
Packaging
- Bump
pydantic-core
tov2.18.3
by@sydney-runkle
in #9515Fixes
- Replace
__spec__.parent
with__package__
by@hramezani
in #9331- Fix validation of
int
s with leading unary minus by@RajatRajdeep
in pydantic/pydantic-core#1291- Fix
str
subclass validation for enums by@sydney-runkle
in pydantic/pydantic-core#1273- Support
BigInt
s inLiteral
s andEnum
s by@samuelcolvin
in pydantic/pydantic-core#1297- Fix: uuid - allow
str
subclass as input by@davidhewitt
in pydantic/pydantic-core#1296Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/
Changelog
Sourced from pydantic's changelog.
v2.7.4 (2024-06-12)
What's Changed
Packaging
- Bump
pydantic.v1
tov1.10.16
reference by@sydney-runkle
in #9639Fixes
v2.7.3 (2024-06-03)
What's Changed
Packaging
- Bump
pydantic-core
tov2.18.4
by@sydney-runkle
in #9550Fixes
- Fix u style unicode strings in python
@samuelcolvin
in pydantic/jiter#110v2.7.2 (2024-05-28)
What's Changed
Packaging
- Bump
pydantic-core
tov2.18.3
by@sydney-runkle
in #9515Fixes
- Replace
__spec__.parent
with__package__
by@hramezani
in #9331- Fix validation of
int
s with leading unary minus by@RajatRajdeep
in pydantic/pydantic-core#1291- Fix
str
subclass validation for enums by@sydney-runkle
in pydantic/pydantic-core#1273- Support
BigInt
s inLiteral
s andEnum
s by@samuelcolvin
in pydantic/pydantic-core#1297- Fix: uuid - allow
str
subclass as input by@davidhewitt
in pydantic/pydantic-core#1296
Commits
-
1ab655a
Prep for v2.7.4 release (#9642) -
2e3650e
V1 bump to v1.10.16 (#9639) -
9f48fc2
prep for 2.7.3 release (#9551) -
1f8c7d7
Bumppydantic-core
tov2.18.4
(#9550) -
70ac7a0
fix version -
08d6ed2
Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.7 -
42f544a
fix version -
a20da21
2.7.2 prep (#9515) -
f42ae9b
Logfire annoucement (#9362) -
451f780
Replace__spec__.parent
with__package__
(#9331) - See full diff in compare view