Skip to content

Commit eed510c

Browse files
authored
Merge pull request modelcontextprotocol#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

Diff for: pyproject.toml

+1-1
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",

Diff for: uv.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)