From 543e430398ff6e93315bae4d8ff8529b05be2765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:44:15 +0000 Subject: [PATCH] Update fastapi requirement from >=0.100.0 to >=0.138.2 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.100.0...0.138.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.2 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 7caffbe..0e7935b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ typer>=0.9.0 pyyaml>=6.0 jinja2>=3.1.0 cryptography>=41.0.0 -fastapi>=0.100.0 +fastapi>=0.138.2 uvicorn>=0.22.0 python-jose[cryptography]>=3.3.0 passlib[bcrypt]>=1.7.4