From 3226e28284ec78c7e2c8bf479eb5720b3b6e72da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:06:40 +0000 Subject: [PATCH] Update fastmcp requirement in /services/mcps/oap-aws-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-aws-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-aws-mcp/requirements.txt b/services/mcps/oap-aws-mcp/requirements.txt index e3619e792..629b461b9 100644 --- a/services/mcps/oap-aws-mcp/requirements.txt +++ b/services/mcps/oap-aws-mcp/requirements.txt @@ -1,6 +1,6 @@ # Phase 1.6 standardization: pin to current stable. mcp>=1.27.0,<2.0.0 -fastmcp>=3.2.0,<4.0.0 +fastmcp>=3.4.3,<4.0.0 boto3>=1.34.0 botocore>=1.34.0 python-dotenv>=1.0.0