From 2ba7cae833b8d98b8f41e74e1673539753f3b779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:32:50 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from >=0.20 to >=0.50.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.20.0...0.50.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.50.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 7d0d6c5..f204f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dfx-agentguard>=0.2.0 fastapi>=0.138.1 -uvicorn>=0.20 +uvicorn>=0.50.0 httpx>=0.28.1 pyyaml>=6.0