From 9c9ae0ccec434e64b01f23ece4ec80e0777810de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:21:52 +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.110.2...0.132.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.132.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 366f4a5..2e0e11c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.110.2,<0.117 +fastapi>=0.110.2,<0.133 uvicorn[standard]>=0.29,<0.36 pyyaml>=6.0.1,<7 python-dotenv>=1.0