Skip to content

Commit

Permalink
fix: || operator not permitted for httpx dependency in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kayvane1 committed Apr 27, 2024
1 parent 3c4a52c commit 92e0d88
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 92e0d88

Please sign in to comment.