Skip to content

Commit b214a7a

Browse files
committed
fix(keycardai-mcp-fastmcp): lock the oauth dependency
1 parent 7f44670 commit b214a7a

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

packages/mcp-fastmcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"pydantic>=2.11.7",
1111
"pydantic-settings>=2.7.1",
1212
"httpx>=0.27.2",
13-
"keycardai-oauth",
13+
"keycardai-oauth>=0.4.1,<1.0.0",
1414
"fastmcp==2.12.0",
1515
]
1616
keywords = ["fastmcp", "mcp", "model-context-protocol", "oauth", "token-exchange", "authentication", "keycard"]

uv.lock

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

0 commit comments

Comments
 (0)