From 09a1fcec86a88e62f998ddcebaacacf9a5a64a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:16:51 +0000 Subject: [PATCH] chore(deps):(deps): bump fastapi in /apps/jane-orchestrator Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to 0.121.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.119.0...0.121.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/jane-orchestrator/pyproject.toml | 2 +- apps/jane-orchestrator/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jane-orchestrator/pyproject.toml b/apps/jane-orchestrator/pyproject.toml index 5ce6ffe56..1fbb48f7d 100644 --- a/apps/jane-orchestrator/pyproject.toml +++ b/apps/jane-orchestrator/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Jane Orchestrator Service" requires-python = ">=3.12" dependencies = [ - "fastapi==0.119.0", + "fastapi==0.121.2", "uvicorn==0.38.0", "pydantic==2.12.0", "sqlalchemy==2.0.0", diff --git a/apps/jane-orchestrator/requirements.txt b/apps/jane-orchestrator/requirements.txt index 4ee4cdba8..5ddd834ca 100644 --- a/apps/jane-orchestrator/requirements.txt +++ b/apps/jane-orchestrator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.119.0 +fastapi==0.121.2 uvicorn==0.38.0 pydantic==2.12.0 sqlalchemy==2.0.44