From 9874d1337bd62f3f0d95f1df78923677ee690a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:56:16 +0000 Subject: [PATCH] chore(deps-dev): bump vllm from 0.24.0 to 0.27.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.24.0 to 0.27.0. - [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.24.0...v0.27.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.27.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 c6fbe1f1473a..ad5978801144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ trtllm =[ vllm = [ "uvloop", "nixl[cu13]==1.1.0", - "vllm[flashinfer,runai,otel]==0.24.0", + "vllm[flashinfer,runai,otel]==0.27.0", # vllm-omni is not part of ai-dynamo[vllm]: container builds inherit the # framework stack from vllm/vllm-openai, and pip/uv dependency resolution # for omni can override the vLLM torch stack.