From f244cdb191d93d0b7fa0a86c13cf609ed3c0173b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:36:22 +0000 Subject: [PATCH] chore(deps): update vllm requirement from >=0.19.1 to >=0.20.2 Updates the requirements on [vllm](https://github.com/vllm-project/vllm) to permit the latest version. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](https://github.com/vllm-project/vllm/compare/v0.19.1...v0.20.2) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.20.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f53a502..c8c5df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ server = [ "autoawq>=0.2.8", "peft>=0.19.1", "trl>=1.4.0", - "vllm>=0.19.1", + "vllm>=0.20.2", "fastapi>=0.136.1", "uvicorn>=0.46.0", "pydantic>=2.13.4", diff --git a/requirements.txt b/requirements.txt index b51a4ac..174ca40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ peft>=0.16.0 trl>=1.4.0 # Inference & Serving -vllm>=0.14.1 +vllm>=0.20.2 fastapi>=0.136.1 uvicorn>=0.46.0 pydantic>=2.13.4