We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7347c2b commit b85ab6eCopy full SHA for b85ab6e
2 files changed
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
requires-python = ">=3.13"
11
dependencies = [
12
"anyio>=4.5",
13
- "fastmcp=2.14.5",
+ "fastmcp==2.14.5",
14
"mcp[cli]>=1.20.0",
15
"pydantic>=2.12.3,<3.0.0",
16
"requests>=2.32.5",
@@ -30,7 +30,7 @@ build-backend = "hatchling.build"
30
[dependency-groups]
31
dev = [
32
"coverage>=7.13.1",
33
34
"jupyter-kernel-client",
35
"pytest>=8.4.2",
36
"pytest-asyncio>=1.2.0",
0 commit comments