From 8356beab8980726c1be5a31bb8accf318e230a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:15:36 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.135.1 to 0.136.0 in /demo-app Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.1 to 0.136.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/requirements.txt b/demo-app/requirements.txt index 45d9659..9ce117f 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.135.1 +fastapi==0.136.0 uvicorn==0.41.0 motor==3.7.1 pydantic==2.12.5