From 330403421b5cbc0d649d0bdb6555f8d7cdbfaee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:03:36 +0000 Subject: [PATCH] Update uvicorn requirement from 0.30.6 to 0.32.0 in /backend Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.32.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7bd1f5..1f1fb40 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -27,7 +27,7 @@ PyJWT= "2.8.0" python-multipart = "0.0.9" python-slugify = "8.0.4" trio = "0.25.0" -uvicorn = "0.30.6" +uvicorn = "0.32.0" openai = "1.43.0" datasets = "2.21.0" lancedb = "^0.12.0" @@ -56,7 +56,7 @@ PyJWT= "2.8.0" python-multipart = "0.0.9" python-slugify = "8.0.4" trio = "0.25.0" -uvicorn = "0.30.6" +uvicorn = "0.32.0" openai = "1.43.0" pre-commit="3.7.0" pytest="8.1.1"