From 2066950d299e6b79d0141213609f6c7ceafee943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:48:36 +0000 Subject: [PATCH] deps: update uvicorn requirement from >=0.29 to >=0.49.0 in /v0.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.29.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v0.1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v0.1/requirements.txt b/v0.1/requirements.txt index 360f1c8..9eb87db 100644 --- a/v0.1/requirements.txt +++ b/v0.1/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.110 -uvicorn[standard]>=0.29 +uvicorn[standard]>=0.49.0 jinja2>=3.1 python-multipart>=0.0.9 python-dotenv>=1.0