Skip to content

Commit 28ed9cb

Browse files
committed
Change lower bounds and update locks
1 parent ed03a42 commit 28ed9cb

File tree

7 files changed

+153
-957
lines changed

7 files changed

+153
-957
lines changed

examples/servers/simple-prompt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.10",
2020
]
21-
dependencies = ["anyio>=4.6.2.post1", "click>=8.1.7", "httpx>=0.27.2", "mcp"]
21+
dependencies = ["anyio>=4.5", "click>=8.1.0", "httpx>=0.27", "mcp"]
2222

2323
[project.scripts]
2424
mcp-simple-prompt = "mcp_simple_prompt.server:main"

examples/servers/simple-prompt/uv.lock

Lines changed: 0 additions & 411 deletions
This file was deleted.

examples/servers/simple-resource/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.10",
2020
]
21-
dependencies = ["anyio>=4.6.2.post1", "click>=8.1.7", "httpx>=0.27.2", "mcp"]
21+
dependencies = ["anyio>=4.5", "click>=8.1.0", "httpx>=0.27", "mcp"]
2222

2323
[project.scripts]
2424
mcp-simple-resource = "mcp_simple_resource.server:main"

examples/servers/simple-tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.10",
2020
]
21-
dependencies = ["anyio>=4.6.2.post1", "click>=8.1.7", "httpx>=0.27.2", "mcp"]
21+
dependencies = ["anyio>=4.5", "click>=8.1.0", "httpx>=0.27", "mcp"]
2222

2323
[project.scripts]
2424
mcp-simple-tool = "mcp_simple_tool.server:main"

examples/servers/simple-tool/uv.lock

Lines changed: 0 additions & 411 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ classifiers = [
2626
"Programming Language :: Python :: 3.13",
2727
]
2828
dependencies = [
29-
"anyio>=4.6",
29+
"anyio>=4.5",
3030
"httpx>=0.27",
3131
"httpx-sse>=0.4",
32-
"pydantic>=2.8.0",
33-
"starlette>=0.39",
32+
"pydantic>=2.7.2",
33+
"starlette>=0.27",
3434
"sse-starlette>=2.0",
3535
]
3636

uv.lock

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

0 commit comments

Comments
 (0)