Skip to content

Commit e0a4378

Browse files
authored
Bump pydantic minimum version to v1.10.15 (#1434)
Pydantic v1.10.15 adds a pydantic.v1 namespace to both v1 and v2 making migration easier without all the conditional imports. See: https://docs.pydantic.dev/1.10/changelog/#v11015-2024-04-03 Signed-off-by: Jaseem Abid <[email protected]>
1 parent 7fafd29 commit e0a4378

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = [
2828
python = ">=3.9,<4"
2929
pyyaml = { version = ">=6.0", optional = true }
3030
requests = "*"
31-
pydantic = { extras = ["email"], version = ">=1.7,<3.0" }
31+
pydantic = { extras = ["email"], version = ">=1.10.15,<3.0" }
3232
cappa = {version = ">=0.22.1,<0.29.0", optional = true}
3333
varname = {version = ">=0.13.1,<0.16.0", optional = true}
3434

0 commit comments

Comments
 (0)