mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Pin mcp<1.23 to avoid SDK breaking changes
This commit is contained in:
parent
9c21754a45
commit
08d26ee8ca
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ dependencies = [
|
|||
"python-dotenv>=1.1.0",
|
||||
"exceptiongroup>=1.2.2",
|
||||
"httpx>=0.28.1",
|
||||
"mcp>=1.19.0,<2.0.0,!=1.21.1",
|
||||
"mcp>=1.19.0,<1.23,!=1.21.1",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"platformdirs>=4.0.0",
|
||||
"rich>=13.9.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue