Skip to content

Commit 3332cfb

Browse files
committed
chore: bump anyio minimum to 4.9 for free_tcp_port fixture
The free_tcp_port pytest fixture was added in anyio 4.9.0. The lowest-direct CI matrix was resolving to 4.5.0, which doesn't have it. Locked version was already 4.10.0 so no lockfile churn beyond the constraint metadata.
1 parent d375f3e commit 3332cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.14",
2626
]
2727
dependencies = [
28-
"anyio>=4.5",
28+
"anyio>=4.9",
2929
"httpx>=0.27.1",
3030
"httpx-sse>=0.4",
3131
"pydantic>=2.12.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)