hydra-zen
hydra-zen copied to clipboard
Bump pydantic from 2.7.1 to 2.7.4 in /docs
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 version08d6ed2
Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.742f544a
fix versiona20da21
2.7.2 prep (#9515)f42ae9b
Logfire annoucement (#9362)451f780
Replace__spec__.parent
with__package__
(#9331)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)