From 57f5a958b4902a483f4d02aa360aac603bc7bc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:23:48 +0000 Subject: [PATCH] chore: bump vllm from 0.8.5.post1 to 0.11.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.8.5.post1 to 0.11.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.8.5.post1...v0.11.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 340b226..81d97fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ finetune = [ "ms-swift==3.5.3", "qwen_vl_utils>=0.0.6", "torch==2.6.0", - "vllm==0.8.5.post1" + "vllm==0.11.0" ] comfor = ["timm>=0.9.12", "torchvision>=0.17.1"]