Skip to content

Commit 1df0df1

Browse files
committed
Restrict anyio to 4.6 and above
We are using features from 4.6 so we want to make sure we use a recednt one
1 parent 15616ef commit 1df0df1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp"
7-
version = "0.8.0"
7+
version = "0.8.0.dev0"
88
description = "Model Context Protocol implementation for Python"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -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)