Skip to content

Commit

Permalink
upper bound pydantic version to 2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
uripeled2 committed Jun 30, 2023
1 parent d939bb5 commit 5d8a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
httpx = ">= 0.23.0"
pydantic = ">= 1.9.0"
pydantic = ">= 1.9.0, < 2.0"
typing-extensions = ">= 4.1.1"
anyio = ">= 3.5.0"
distro = ">= 1.7.0"
Expand Down

0 comments on commit 5d8a418

Please sign in to comment.