From 2ebf9e7ef86ef74a1f4298377a152339ebf2833a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:41:44 +0000 Subject: [PATCH] build(deps-dev): update uvicorn requirement from >=0.30 to >=0.49.0 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.30.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0faf6b1..3d13845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # Document Q&A (llmstack ask) ask = ["numpy>=1.24", "pymupdf>=1.27.2.3", "python-docx>=1.2.0"] # API gateway server -gateway = ["fastapi>=0.115", "uvicorn[standard]>=0.30", "starlette>=1.2.1", "redis>=5.0"] +gateway = ["fastapi>=0.115", "uvicorn[standard]>=0.49.0", "starlette>=1.2.1", "redis>=5.0"] # Fine-tuning pipeline (llmstack finetune) finetune = [ "transformers>=4.45", @@ -70,7 +70,7 @@ watch = ["httpx>=0.27"] # Everything except finetune (which needs a GPU) all = [ "numpy>=1.24", "pymupdf>=1.27.2.3", "python-docx>=1.2.0", - "fastapi>=0.115", "uvicorn[standard]>=0.30", "starlette>=1.2.1", "redis>=5.0", + "fastapi>=0.115", "uvicorn[standard]>=0.49.0", "starlette>=1.2.1", "redis>=5.0", "httpx>=0.27", "transformers>=4.45", "peft>=0.13", "trl>=0.12", "datasets>=3.0", "bitsandbytes>=0.44", "accelerate>=1.13.0",