Skip to content

Commit dd7b1e0

Browse files
authored
fix: restrict fastmcp version to avoid potential KeyError (#411)
1 parent 2126745 commit dd7b1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"httpx>=0.27.2",
9-
"fastmcp>=2.13.0",
9+
"fastmcp>=2.13.0,<2.13.2",
1010
"mcp>=1.16.0",
1111
"pydantic>=2.12.0",
1212
"tomli>=2.3.0",

0 commit comments

Comments
 (0)