Skip to content

Commit 0e758c3

Browse files
authored
Merge pull request #366 from jlowin/git-commit
Pin mcp commit without uv-specific config
2 parents 61a1f33 + bc48f9b commit 0e758c3

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"httpx>=0.28.1",
1010
# "mcp>=1.7.1,<2.0.0",
1111
# use git commit until 1.7.2 is released
12-
"mcp",
12+
"mcp @ git+https://github.com/modelcontextprotocol/python-sdk.git@a027d75f609000378522c5873c2a16aa1963d487",
1313
"openapi-pydantic>=0.5.1",
1414
"rich>=13.9.4",
1515
"typer>=0.15.2",
@@ -72,20 +72,16 @@ build-backend = "hatchling.build"
7272
[tool.hatch.version]
7373
source = "uv-dynamic-versioning"
7474

75+
[tool.hatch.metadata]
76+
allow-direct-references = true
77+
7578
[tool.uv-dynamic-versioning]
7679
vcs = "git"
7780
style = "pep440"
7881
bump = true
7982
fallback-version = "0.0.0"
8083

8184

82-
[tool.uv]
83-
84-
[tool.uv.sources]
85-
mcp = { git = "https://github.com/modelcontextprotocol/python-sdk", rev = "a027d75f609000378522c5873c2a16aa1963d487" }
86-
# uncomment to omit `dev` default group
87-
# default-groups = []
88-
8985
[tool.pytest.ini_options]
9086
asyncio_mode = "auto"
9187
asyncio_default_fixture_loop_scope = "session"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)