From 58759dae807562dac68b7f3d5f56376224fa1466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:41:48 +0000 Subject: [PATCH] build(deps-dev): update fastapi requirement from >=0.115 to >=0.136.3 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0faf6b1..9531205 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.136.3", "uvicorn[standard]>=0.30", "starlette>=1.2.1", "redis>=5.0"] # Fine-tuning pipeline (llmstack finetune) finetune = [ "transformers>=4.45", @@ -55,7 +55,7 @@ dev = [ "pytest-asyncio>=1.4.0", "pytest-timeout>=2.4.0", "ruff>=0.15.15", - "fastapi>=0.115", + "fastapi>=0.136.3", "starlette>=1.2.1", "redis>=5.0", "fakeredis>=2.21", @@ -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.136.3", "uvicorn[standard]>=0.30", "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",