From f543585907400ba1cff0a623f365a7174e772176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:34:46 +0000 Subject: [PATCH] chore(deps): update vllm requirement from >=0.19.1 to >=0.20.1 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.1) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.20.1 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 351217a0..adc2d441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ server = [ "autoawq>=0.2.8", "peft>=0.19.1", "trl>=1.2.0", - "vllm>=0.19.1", + "vllm>=0.20.1", "fastapi>=0.136.1", "uvicorn>=0.46.0", "pydantic>=2.13.3", diff --git a/requirements.txt b/requirements.txt index 24465706..8edb1e49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ peft>=0.16.0 trl>=0.15.0 # Inference & Serving -vllm>=0.14.1 +vllm>=0.20.1 fastapi>=0.136.1 uvicorn>=0.46.0 pydantic>=2.13.3