From 1c95f2bdfeb82984c2c776b46f2ce2b4f75786ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:36:34 +0000 Subject: [PATCH] Update uvicorn requirement from >=0.32 to >=0.52.1 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.32.0...0.52.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 22e25a3..a40b96d 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.115 -uvicorn[standard]>=0.32 +uvicorn[standard]>=0.52.1 python-dotenv>=1.0 jinja2>=3.1 # The SDK itself — installed in editable mode from the repo root.