Skip to content

Commit

Permalink
specify minor version of pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvanist committed Aug 3, 2023
1 parent 69f5994 commit 2b0bdb4
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 @@ -17,7 +17,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
httpx = ">=0.23,<0.25"
pydantic = "^2.1"
pydantic = "^2.1.0"

[tool.poetry.dev-dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit 2b0bdb4

Please sign in to comment.