Skip to content

Commit 26c28ed

Browse files
release: v0.2.0
1 parent 8d81c5e commit 26c28ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

authplane-fastmcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
requires-python = ">=3.11"
2727
dependencies = [
28-
"authplane-sdk",
28+
"authplane-sdk==0.2.0",
2929
# Upper bound on 4.x is anticipatory — when fastmcp 4 ships we need to
3030
# re-verify the `FastMCP` constructor + `fastmcp.server.auth.require_scopes`
3131
# surface the adapter consumes.

authplane-mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
requires-python = ">=3.11"
2727
dependencies = [
28-
"authplane-sdk",
28+
"authplane-sdk==0.2.0",
2929
# mcp 1.23–1.27 use camelCase `elicitationId`; main has reverted
3030
# to snake_case, so 1.28+ will likely require an adapter update.
3131
"mcp>=1.23.0,<1.28.0",

0 commit comments

Comments
 (0)