Skip to content

Commit eed510c

Browse files
authored
Merge pull request #52 from modelcontextprotocol/davidsp/anyio
Restrict anyio to 4.6 and above
2 parents fe390ff + fb0cffe commit eed510c

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
]
2525
dependencies = [
26-
"anyio",
26+
"anyio>=4.6",
2727
"httpx",
2828
"httpx-sse",
2929
"pydantic>=2.0.0",

uv.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)