Skip to content

Commit b0db72c

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 feed2a0 commit b0db72c

File tree

2 files changed

+49
-76
lines changed

2 files changed

+49
-76
lines changed

poetry.lock

+48-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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)