From 778f8a1bfa408244d9144ef7e0139c2d999b8c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:29 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /agents/throttle-agent 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] --- agents/throttle-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/throttle-agent/requirements.txt b/agents/throttle-agent/requirements.txt index 2e72639a..7e3d4929 100644 --- a/agents/throttle-agent/requirements.txt +++ b/agents/throttle-agent/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.100.0 +fastapi>=0.139.0 uvicorn[standard]>=0.27.0 docker>=7.0.0 prometheus-client>=0.20.0