Skip to content

Commit

Permalink
Merge pull request #41 from kayvane1/hotfix-update-or-dependency-pypi…
Browse files Browse the repository at this point in the history
…-deployment

fix: || operator not permitted for httpx dependency in pypi
  • Loading branch information
kayvane1 authored Apr 27, 2024
2 parents 3c4a52c + 92e0d88 commit d413c91
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 @@ -18,7 +18,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.26.0"
httpx = "^0.24.0||^0.25.2"
httpx = ">=0.24.0, <0.26.0"
tenacity = "^8.2.3"
pydantic = "^2.5.2"
pytest-asyncio = "^0.23.2"
Expand Down

0 comments on commit d413c91

Please sign in to comment.