From a0aa767102d8683f7896b491a06b88b56ae30b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:20:03 +0000 Subject: [PATCH] chore: bump fastapi from 0.104.1 to 0.135.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.104.1 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.104.1...0.135.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- operator_engine/requirements.txt | 2 +- prism-console/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 65f0f0a..4168bf4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # FastAPI and Server -fastapi==0.104.1 +fastapi==0.135.1 uvicorn[standard]==0.24.0 python-multipart==0.0.22 diff --git a/operator_engine/requirements.txt b/operator_engine/requirements.txt index f809463..91cd33c 100644 --- a/operator_engine/requirements.txt +++ b/operator_engine/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.135.1 uvicorn==0.41.0 pydantic==2.5.0 pydantic-settings==2.13.1 diff --git a/prism-console/requirements.txt b/prism-console/requirements.txt index ecd7617..d42c4d2 100644 --- a/prism-console/requirements.txt +++ b/prism-console/requirements.txt @@ -2,7 +2,7 @@ # Python 3.11+ # Web Framework -fastapi==0.104.1 +fastapi==0.135.1 uvicorn[standard]==0.24.0 pydantic==2.5.0