From c9cec182c7c0abebbf2ff2bc2029ad6fe949535a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 02:29:13 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.135.1 to 0.136.3 in /demo-app Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.1 to 0.136.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 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..4fb386b 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.135.1 +fastapi==0.136.3 uvicorn==0.41.0 motor==3.7.1 pydantic==2.12.5