From 4100a23617785e4888dcea164b1261690bd9ef48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 03:09:27 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.128.1 to 0.135.3 in /apps/orchestrator Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.1 to 0.135.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.1...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 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 247871a..fbfdb20 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -11,7 +11,7 @@ jsonschema==4.26.0 typer==0.21.1 rich==14.3.3 pytest==9.0.2 -fastapi==0.128.1 +fastapi==0.135.3 uvicorn==0.42.0 python-dotenv==1.2.1 opentelemetry-api==1.40.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index a70c8b6..f7b2070 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==14.3.3 - fastapi==0.128.1 + fastapi==0.135.3 uvicorn==0.42.0 python-dotenv==1.2.1 opentelemetry-api==1.40.0