From 51027d0a980ede4a8ea520af627cdff314e24087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:54 +0000 Subject: [PATCH] chore(deps): update fastapi requirement 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.109.0...0.121.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..6d09bcc 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -2,7 +2,7 @@ # Production-grade packages with version constraints # Core Framework -fastapi>=0.109.0,<0.110.0 +fastapi>=0.109.0,<0.122.0 uvicorn[standard]>=0.27.0,<0.28.0 pydantic>=2.6.0,<3.0.0 pydantic-settings>=2.1.0,<3.0.0