fix: restrict fastmcp version to avoid potential KeyError (#411)

main
Jordon 2025-12-01 21:05:06 +00:00 committed by GitHub
parent 2126745713
commit dd7b1e0b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",