mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Pin MCP under 2 (#2709)
This commit is contained in:
parent
88349bd68f
commit
39c4855580
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ dependencies = [
|
|||
"python-dotenv>=1.1.0",
|
||||
"exceptiongroup>=1.2.2",
|
||||
"httpx>=0.28.1",
|
||||
"mcp>=1.24.0",
|
||||
"mcp>=1.24.0,<2.0",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"platformdirs>=4.0.0",
|
||||
"pydocket>=0.16.3",
|
||||
|
|
@ -181,4 +181,3 @@ extend-select = [
|
|||
|
||||
[tool.codespell]
|
||||
ignore-words-list = "asend,shttp,te"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue