From 96ad7e7a6a941bcce7b33ea2326494ce59699adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:53:54 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.5 to 0.136.1 in /deal-flow-agent Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.136.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.5...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deal-flow-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal-flow-agent/requirements.txt b/deal-flow-agent/requirements.txt index e50612e4..e49e959e 100644 --- a/deal-flow-agent/requirements.txt +++ b/deal-flow-agent/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.5 +fastapi==0.136.1 uvicorn[standard]==0.32.1 pydantic==2.10.3 pydantic-settings==2.6.1