From e8f73f5715e836a7d64a3ec8a1887ce6c27325e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:33:35 +0000 Subject: [PATCH] Build(deps): Bump fastapi from 0.125.0 to 0.135.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.125.0 to 0.135.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.125.0...0.135.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gateway/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway/requirements.txt b/gateway/requirements.txt index 4511e9f..5bb9f3c 100644 --- a/gateway/requirements.txt +++ b/gateway/requirements.txt @@ -1,6 +1,6 @@ # TelsonBase/gateway/requirements.txt # REM: Minimal dependencies for the egress gateway -fastapi==0.125.0 +fastapi==0.135.2 uvicorn[standard]==0.27.1 httpx==0.28.1 pydantic==2.9.2 diff --git a/requirements.txt b/requirements.txt index 40a9154..9acb5d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ # --- API & Web Server Framework --- # REM: Provides the main "front door" for the entire OS. -fastapi==0.125.0 +fastapi==0.135.2 uvicorn[standard]==0.27.1 # REM: Explicit starlette floor — closes Dependabot DoS alerts (#3, #4). # REM: fastapi 0.125.0 resolves to starlette 0.50.0 in practice (verified on DO server).