fix: restrict fastmcp version to avoid potential KeyError (#411)
parent
2126745713
commit
dd7b1e0b28
|
|
@ -6,7 +6,7 @@ readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"httpx>=0.27.2",
|
"httpx>=0.27.2",
|
||||||
"fastmcp>=2.13.0",
|
"fastmcp>=2.13.0,<2.13.2",
|
||||||
"mcp>=1.16.0",
|
"mcp>=1.16.0",
|
||||||
"pydantic>=2.12.0",
|
"pydantic>=2.12.0",
|
||||||
"tomli>=2.3.0",
|
"tomli>=2.3.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue