From 67a839b4f51adea489ab615a11019541b449a8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:52:47 +0000 Subject: [PATCH] chore(deps-dev): update unsloth requirement from >=2024.8 to >=2026.4.4 Updates the requirements on [unsloth](https://github.com/unslothai/unsloth) to permit the latest version. - [Release notes](https://github.com/unslothai/unsloth/releases) - [Commits](https://github.com/unslothai/unsloth/commits) --- updated-dependencies: - dependency-name: unsloth dependency-version: 2026.4.4 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 0134a30..61a17e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ [project.optional-dependencies] train = [ - "unsloth[colab-new]>=2024.8", + "unsloth[colab-new]>=2026.4.4", "transformers>=4.40", "trl>=0.8", "torch>=2.0",