We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecef49d commit bd37261Copy full SHA for bd37261
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
20
[tool.poetry.dependencies]
21
python = "^3.8"
22
-httpx = "^0.20.0"
+httpx = ">=0.20.0,<1"
23
24
[tool.poetry.dev-dependencies]
25
black = "^21.10b0"
0 commit comments