From 556eff0d8445f4fc97725066257d2ffd783bee7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:36:23 +0000 Subject: [PATCH] build(deps): 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.138.0...0.138.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.2 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 0844335..5e18e56 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.138.0", + "fastapi>=0.138.2", "httpx>=0.28.1", "langchain-google-genai>=4.2.5", "langgraph>=1.2.6",