From fc5d0bd19ba6b14e28d5f5d88194fde4e34c41f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:06:26 +0000 Subject: [PATCH] Update fastmcp requirement in /services/mcps/oap-github-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-github-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-github-mcp/requirements.txt b/services/mcps/oap-github-mcp/requirements.txt index bf556924b..1c5cb7c43 100644 --- a/services/mcps/oap-github-mcp/requirements.txt +++ b/services/mcps/oap-github-mcp/requirements.txt @@ -2,6 +2,6 @@ # 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 httpx>=0.27.0 structlog>=24.1.0