From 7799f2264ef7a385273a2cc961c344a13cc0db11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 02:14:35 +0000 Subject: [PATCH] chore: update fastapi requirement in /backend 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.121.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f185b92..1fbd3f5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" license = { text = "MIT" } authors = [{ name = "R055LE" }] dependencies = [ - "fastapi>=0.121,<1.0", + "fastapi>=0.141.1,<1.0", "uvicorn[standard]>=0.38,<1.0", "sqlalchemy>=2.0,<3.0", "alembic>=1.19.0,<2.0",