1 parent e821e19 commit eb2fdfaCopy full SHA for eb2fdfa
2 files changed
authplane-fastmcp/pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
requires-python = ">=3.11"
27
dependencies = [
28
- "authplane-sdk",
+ "authplane-sdk==0.4.0",
29
# Upper bound on 4.x is anticipatory — when fastmcp 4 ships we need to
30
# re-verify the `FastMCP` constructor + `fastmcp.server.auth.require_scopes`
31
# surface the adapter consumes.
authplane-mcp/pyproject.toml
# Floor is 1.28.1: mcp <=1.28.0 carries PYSEC-2026-3483, fixed in 1.28.1.
# This adapter targets the mcp 1.x server API (`mcp.server.fastmcp.FastMCP`)
# and the camelCase URL-elicitation field (`ElicitRequestURLParams(
0 commit comments