From 6e2cc8f2d33f7c7f56671a0a5b51a87e631386fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:56:04 +0000 Subject: [PATCH] chore: bump ms-swift from 3.5.3 to 3.9.2 Bumps [ms-swift](https://github.com/modelscope/swift) from 3.5.3 to 3.9.2. - [Release notes](https://github.com/modelscope/swift/releases) - [Commits](https://github.com/modelscope/swift/compare/v3.5.3...v3.9.2) --- updated-dependencies: - dependency-name: ms-swift dependency-version: 3.9.2 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..3c8d1c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = ["pytest", "ruff", "isort", "pytest-cov"] finetune = [ "deepspeed==0.16.9", "imagesize==1.4.1", - "ms-swift==3.5.3", + "ms-swift==3.9.2", "qwen_vl_utils>=0.0.6", "torch==2.6.0", "vllm==0.8.5.post1"