Skip to content

Commit b974720

Browse files
committed
Bump pydantic to 1.10.11
This one resolves the issue with pydantic not being comaptible with newest version of mypy (1.4.1): python/mypy#15485 (comment)
1 parent 8bf6e90 commit b974720

File tree

2 files changed

+49
-76
lines changed

2 files changed

+49
-76
lines changed

poetry.lock

Lines changed: 48 additions & 75 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
@@ -19,7 +19,7 @@ packages = [
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.10"
22-
pydantic = "1.10.7"
22+
pydantic = "1.10.11"
2323

2424

2525
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)