Skip to content

Commit d413c91

Browse files
authored
Merge pull request #41 from kayvane1/hotfix-update-or-dependency-pypi-deployment
fix: || operator not permitted for httpx dependency in pypi
2 parents 3c4a52c + 92e0d88 commit d413c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generate-setup-file = false
1818
[tool.poetry.dependencies]
1919
python = "^3.8"
2020
requests = "^2.26.0"
21-
httpx = "^0.24.0||^0.25.2"
21+
httpx = ">=0.24.0, <0.26.0"
2222
tenacity = "^8.2.3"
2323
pydantic = "^2.5.2"
2424
pytest-asyncio = "^0.23.2"

0 commit comments

Comments
 (0)