Skip to content

Commit

Permalink
Bump pydantic to 1.10.11
Browse files Browse the repository at this point in the history
This one resolves the issue with pydantic
not being comaptible with newest version
of mypy (1.4.1):
python/mypy#15485 (comment)
  • Loading branch information
mzebrak committed Jul 7, 2023
1 parent 8bf6e90 commit b974720
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 76 deletions.
123 changes: 48 additions & 75 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
pydantic = "1.10.7"
pydantic = "1.10.11"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b974720

Please sign in to comment.