Skip to content

Commit 076dfc3

Browse files
bump anyio
1 parent e86d76d commit 076dfc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

httpcore/_synchronization.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import threading
32
from types import TracebackType
43
from typing import Optional, Type

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ trio = [
4444
"trio>=0.22.0,<0.26.0",
4545
]
4646
asyncio = [
47-
"anyio @ {root:parent:uri}/anyio",
47+
"anyio>=4.5.0,<5.0",
4848
]
4949

5050
[tool.hatch.metadata]

0 commit comments

Comments
 (0)