From f94473256671f7a462af9f79ab20fbd89468ed1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:23:57 +0000 Subject: [PATCH] chore(deps-dev): update vllm requirement from >=0.22.1 to >=0.23.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.23.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.23.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..c574f2cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ retriever = [ ] generation = [ - "vllm>=0.22.1", + "vllm>=0.23.0", "openai", "transformers", "torch",