Skip to content

Commit 4184da7

Browse files
committed
build(keycardai-mcp): bump keycardai-oauth dependency to >=0.7.0
1 parent c1b0be8 commit 4184da7

2 files changed

Lines changed: 2 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>=0.6.0",
13+
"keycardai-oauth>=0.7.0",
1414
"fastmcp>=2.14.0,<3.0.0",
1515
"keycardai-mcp>=0.15.0",
1616
]

packages/mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
license = { text = "MIT" }
88
authors = [{ name = "Keycard", email = "support@keycard.ai" }]
99
dependencies = [
10-
"keycardai-oauth>=0.6.0",
10+
"keycardai-oauth>=0.7.0",
1111
"mcp>=1.13.1",
1212
"pydantic>=2.11.7",
1313
"httpx>=0.27.2",

0 commit comments

Comments
 (0)