From b0728b0ba653ac0cc85a1a7d2f504d62fb57c558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:26:34 +0000 Subject: [PATCH] chore(deps-dev): update vllm requirement from >=0.20.0 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.20.0...v0.20.1) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0eae40c..9c29e911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ retriever = [ ] generation = [ - "vllm>=0.20.0", + "vllm>=0.20.1", "openai", "transformers", "torch",