From 87d33c7b2ee223781274527037d24b64c9fe12ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:13:57 +0000 Subject: [PATCH] Update fastapi requirement from >=0.135.1 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.135.1...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1ba1a8..36a6e5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # --- [Core Backend & Server] --- -fastapi>=0.135.1 +fastapi>=0.141.1 uvicorn>=0.52.3 python-multipart>=0.0.22 pydantic[email]>=2.13.4