Skip to content

Commit b85ab6e

Browse files
authored
fix: pyproject.toml format (#59)
1 parent 7347c2b commit b85ab6e

2 files changed

Lines changed: 40 additions & 108 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
requires-python = ">=3.13"
1111
dependencies = [
1212
"anyio>=4.5",
13-
"fastmcp=2.14.5",
13+
"fastmcp==2.14.5",
1414
"mcp[cli]>=1.20.0",
1515
"pydantic>=2.12.3,<3.0.0",
1616
"requests>=2.32.5",
@@ -30,7 +30,7 @@ build-backend = "hatchling.build"
3030
[dependency-groups]
3131
dev = [
3232
"coverage>=7.13.1",
33-
"fastmcp=2.14.5",
33+
"fastmcp==2.14.5",
3434
"jupyter-kernel-client",
3535
"pytest>=8.4.2",
3636
"pytest-asyncio>=1.2.0",

0 commit comments

Comments
 (0)