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