mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
pin mcp dependency to git commit
This commit is contained in:
parent
51e8b48c8b
commit
c84131407e
1 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,9 @@ dependencies = [
|
|||
"python-dotenv>=1.1.0",
|
||||
"exceptiongroup>=1.2.2",
|
||||
"httpx>=0.28.1",
|
||||
"mcp>=1.7.1,<2.0.0",
|
||||
# "mcp>=1.7.1,<2.0.0",
|
||||
# use git commit until 1.7.2 is released
|
||||
"mcp",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"rich>=13.9.4",
|
||||
"typer>=0.15.2",
|
||||
|
|
@ -62,6 +64,7 @@ Homepage = "https://gofastmcp.com"
|
|||
Repository = "https://github.com/jlowin/fastmcp"
|
||||
Documentation = "https://gofastmcp.com"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
|
@ -77,6 +80,9 @@ fallback-version = "0.0.0"
|
|||
|
||||
|
||||
[tool.uv]
|
||||
|
||||
[tool.uv.sources]
|
||||
mcp = { git = "https://github.com/modelcontextprotocol/python-sdk", rev = "a027d75f609000378522c5873c2a16aa1963d487" }
|
||||
# uncomment to omit `dev` default group
|
||||
# default-groups = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue