Skip to content

Commit bb9274e

Browse files
committed
Version constraint until 3.X is out of beta
1 parent 0e5d93e commit bb9274e

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/mcp-fastmcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"pydantic-settings>=2.7.1",
1212
"httpx>=0.27.2",
1313
"keycardai-oauth>=0.6.0",
14-
"fastmcp==2.13.0",
14+
"fastmcp>=2.13.0,<3.0.0",
1515
"keycardai-mcp>=0.15.0",
1616
]
1717
keywords = ["fastmcp", "mcp", "model-context-protocol", "oauth", "token-exchange", "authentication", "keycard"]

packages/mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"pytest-asyncio>=1.1.0",
4444
"pytest-cov>=6.2.1",
4545
"pytest-timeout>=2.3.1",
46-
"fastmcp>=2.13.0", # For integration tests
46+
"fastmcp>=2.13.0,<3.0.0", # For integration tests
4747
"keycardai-mcp-fastmcp", # For integration tests
4848
"openai-agents>=0.5.1",
4949
"langchain>=1.0.5",

uv.lock

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

0 commit comments

Comments
 (0)