Skip to content

Commit 3f6e621

Browse files
deps: update mcp requirement in /authplane-mcp in the pip-all group
Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 1.28.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.23.0...v1.28.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.0 dependency-type: direct:production dependency-group: pip-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bf50ed commit 3f6e621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authplane-mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"authplane-sdk",
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.
31-
"mcp>=1.23.0,<1.28.0",
31+
"mcp>=1.23.0,<1.29.0",
3232
"pydantic>=2.0",
3333
]
3434

0 commit comments

Comments
 (0)