From c3f11916bfeb6c4735fae221b4f1346cd8038add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:16:11 +0000 Subject: [PATCH] Update uvicorn requirement from >=0.48.0 to >=0.49.0 in /caedo-api 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.48.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- caedo-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caedo-api/requirements.txt b/caedo-api/requirements.txt index 96089c1..90b3962 100644 --- a/caedo-api/requirements.txt +++ b/caedo-api/requirements.txt @@ -5,7 +5,7 @@ pydantic>=2.13.4 openai>=2.40.0 python-dotenv>=1.2.2 fastapi>=0.136.3 -uvicorn[standard]>=0.48.0 +uvicorn[standard]>=0.49.0 toml>=0.10.2 apscheduler>=3.11.2 pytest>=9.0.3