mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
commit
2cb6aacd36
2 changed files with 8 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ dependencies = [
|
|||
"httpx>=0.28.1",
|
||||
# "mcp>=1.7.1,<2.0.0",
|
||||
# use git commit until 1.7.2 is released
|
||||
"mcp @ git+https://github.com/modelcontextprotocol/python-sdk.git@a027d75f609000378522c5873c2a16aa1963d487",
|
||||
"mcp",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"rich>=13.9.4",
|
||||
"typer>=0.15.2",
|
||||
|
|
@ -52,6 +52,7 @@ dev = [
|
|||
"pytest-cov>=6.1.1",
|
||||
"pytest-flakefinder",
|
||||
"pytest-report>=0.2.1",
|
||||
"pytest-timeout>=2.4.0",
|
||||
"pytest-xdist>=3.6.1",
|
||||
"ruff",
|
||||
]
|
||||
|
|
@ -69,12 +70,14 @@ Documentation = "https://gofastmcp.com"
|
|||
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
|
||||
[tool.uv.sources]
|
||||
mcp = { git = "https://github.com/modelcontextprotocol/python-sdk", rev = "a027d75f609000378522c5873c2a16aa1963d487" }
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "uv-dynamic-versioning"
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.uv-dynamic-versioning]
|
||||
vcs = "git"
|
||||
style = "pep440"
|
||||
|
|
@ -87,7 +90,7 @@ asyncio_mode = "auto"
|
|||
asyncio_default_fixture_loop_scope = "session"
|
||||
asyncio_default_test_loop_scope = "session"
|
||||
filterwarnings = []
|
||||
|
||||
timeout = 5
|
||||
|
||||
[tool.pyright]
|
||||
include = ["src", "tests"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue