From a976881a9d95c18a0bf54b09f5b602f3e7a74b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:39:52 +0000 Subject: [PATCH] Update fastapi requirement from >=0.115 to >=0.135.3 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.115.0...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b63f48a3..c7198863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Agentic RAG Legal Challenge 2026 — competition system" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.115", + "fastapi>=0.135.3", "uvicorn[standard]>=0.34", "httpx>=0.28", "pydantic>=2.10",