Skip to content

Commit eb2fdfa

Browse files
release: v0.4.0
1 parent e821e19 commit eb2fdfa

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.4.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.4.0",
2929
# Floor is 1.28.1: mcp <=1.28.0 carries PYSEC-2026-3483, fixed in 1.28.1.
3030
# This adapter targets the mcp 1.x server API (`mcp.server.fastmcp.FastMCP`)
3131
# and the camelCase URL-elicitation field (`ElicitRequestURLParams(

0 commit comments

Comments
 (0)