Skip to content

Commit 73467e3

Browse files
committed
pin httpx>=0.27.0
1 parent 9118c71 commit 73467e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ uv pip install httpx-aiohttp
1616

1717
## Documentation
1818

19-
Project documentation is available at https://karpetrosyan.github.io/httpx-aiohttp/why/
19+
Project documentation is available at https://karpetrosyan.github.io/httpx-aiohttp/
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
requires-python = ">=3.8"
1313
dependencies = [
1414
"aiohttp>=3.10.0,<4",
15-
"httpx >=0.28.1, <1",
15+
"httpx>=0.27.0",
1616
]
1717
authors = [{ name = "Karen Petrosyan", email = "[email protected]" }]
1818

0 commit comments

Comments
 (0)