From dd5e4c030612ff9bc3659d0cca3143c39698e1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:09:59 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.128.1 to 0.136.0 in /apps/orchestrator Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.1 to 0.136.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.1...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/orchestrator/requirements.txt | 2 +- apps/orchestrator/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..e52f202 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -11,7 +11,7 @@ jsonschema==4.26.0 typer==0.21.1 rich==15.0.0 pytest==9.0.3 -fastapi==0.128.1 +fastapi==0.136.0 uvicorn==0.44.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..cf8e0be 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -23,7 +23,7 @@ install_requires = jsonschema==4.26.0 typer==0.21.1 rich==15.0.0 - fastapi==0.128.1 + fastapi==0.136.0 uvicorn==0.44.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0