From 0d13c57a033691a8514f3972f6b2fbdf5728b8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:27:06 +0000 Subject: [PATCH] chore(deps-dev): update vllm requirement from >=0.22.1 to >=0.24.0 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.22.1...v0.24.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.24.0 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 ac19e5e8..6c123ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ retriever = [ ] generation = [ - "vllm>=0.22.1", + "vllm>=0.24.0", "openai", "transformers", "torch",