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 9118c71 commit 73467e3Copy full SHA for 73467e3
README.md
@@ -16,5 +16,5 @@ uv pip install httpx-aiohttp
16
17
## Documentation
18
19
-Project documentation is available at https://karpetrosyan.github.io/httpx-aiohttp/why/
+Project documentation is available at https://karpetrosyan.github.io/httpx-aiohttp/
20
pyproject.toml
@@ -12,7 +12,7 @@ readme = "README.md"
12
requires-python = ">=3.8"
13
dependencies = [
14
"aiohttp>=3.10.0,<4",
15
- "httpx >=0.28.1, <1",
+ "httpx>=0.27.0",
]
authors = [{ name = "Karen Petrosyan", email = "[email protected]" }]
0 commit comments