From 304ccf16ca877094d48629b9e8676b7896c764bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:40:19 +0000 Subject: [PATCH] Update uvicorn requirement in /services/backend 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.34.0...0.44.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/backend/pyproject.toml b/services/backend/pyproject.toml index dac1b73..935d2de 100644 --- a/services/backend/pyproject.toml +++ b/services/backend/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "psycopg2-binary>=2.9.11", "python-dotenv>=1.2.2", "sqlalchemy>=2.0.48", - "uvicorn[standard]>=0.34.0", + "uvicorn[standard]>=0.44.0", "voyageai>=0.3.7", "cachetools>=7.0.5", "supabase>=2.10.0",