From c74835513713a210e0cbff313206ae82ca839961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:06:47 +0000 Subject: [PATCH] Update fastapi requirement in /services/mcps/oap-aws-mcp Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.100.0...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 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..02ead70b8 100644 --- a/services/mcps/oap-aws-mcp/requirements.txt +++ b/services/mcps/oap-aws-mcp/requirements.txt @@ -6,5 +6,5 @@ botocore>=1.34.0 python-dotenv>=1.0.0 httpx>=0.25.0 uvicorn>=0.30.0 -fastapi>=0.100.0 +fastapi>=0.139.0 structlog>=24.1.0