From 1019502b378eaed3067cc683fcbae2f4967e02ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:06:45 +0000 Subject: [PATCH] Update fastmcp requirement in /services/mcps/oap-kubernetes-mcp Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.2.0...v3.4.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/mcps/oap-kubernetes-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-kubernetes-mcp/requirements.txt b/services/mcps/oap-kubernetes-mcp/requirements.txt index 4341c9c22..0f776ebb1 100644 --- a/services/mcps/oap-kubernetes-mcp/requirements.txt +++ b/services/mcps/oap-kubernetes-mcp/requirements.txt @@ -2,7 +2,7 @@ # bundled mcp.server.fastmcp and standalone fastmcp. The tools/list wire # format only carries _meta + annotations on these versions. mcp>=1.27.0,<2.0.0 -fastmcp>=3.2.0,<4.0.0 +fastmcp>=3.4.3,<4.0.0 # OpenAgentic Kubernetes MCP Server Dependencies # ADMIN-ONLY MCP for Kubernetes administration