Merge pull request #367 from jlowin/git-commit

Move vendored file
This commit is contained in:
Jeremiah Lowin 2025-05-07 23:17:45 -04:00 committed by GitHub
commit 2cb6aacd36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View file

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