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 e86d76d commit 076dfc3Copy full SHA for 076dfc3
httpcore/_synchronization.py
@@ -1,4 +1,3 @@
1
-import asyncio
2
import threading
3
from types import TracebackType
4
from typing import Optional, Type
pyproject.toml
@@ -44,7 +44,7 @@ trio = [
44
"trio>=0.22.0,<0.26.0",
45
]
46
asyncio = [
47
- "anyio @ {root:parent:uri}/anyio",
+ "anyio>=4.5.0,<5.0",
48
49
50
[tool.hatch.metadata]
0 commit comments