From 633ea670dedac66e45a667351fda234ca7f0f5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 19:25:37 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.138.1 to >=0.139.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.138.1...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.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 7d0d6c5..4d23c5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dfx-agentguard>=0.2.0 -fastapi>=0.138.1 +fastapi>=0.139.2 uvicorn>=0.20 httpx>=0.28.1 pyyaml>=6.0