Skip to content

Commit

Permalink
Merge pull request #289 from yuvanist/main
Browse files Browse the repository at this point in the history
Specify minor version of pydantic to avoid dependency issue
  • Loading branch information
J0 committed Aug 3, 2023
2 parents 69f5994 + 9258777 commit c2ed950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -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 c2ed950

Please sign in to comment.