From 37a1a12c828debee35e8af62bf413ca23d0ef4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:20:22 +0000 Subject: [PATCH] deps(deps): update fastapi requirement from >=0.109.0 to >=0.141.1 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30c4bb1..8e096c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ ] dependencies = [ - "fastapi>=0.109.0", + "fastapi>=0.141.1", "uvicorn>=0.27.0", "pydantic>=2.13.4", "cryptography>=42.0.0", diff --git a/requirements.txt b/requirements.txt index bb44c5c..33451d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Requirements for Agent Bridge # Core dependencies -fastapi>=0.109.0 +fastapi>=0.141.1 uvicorn>=0.27.0 pydantic>=2.13.4