From 399622c11f9126d8da3fd3e3a8c74d17820d9597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:53:32 +0000 Subject: [PATCH] chore(deps-dev): update trl requirement from >=0.8 to >=1.0.0 Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/trl/compare/v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: trl dependency-version: 1.0.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 0134a30..2368068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ train = [ "unsloth[colab-new]>=2024.8", "transformers>=4.40", - "trl>=0.8", + "trl>=1.0.0", "torch>=2.0", "bitsandbytes>=0.43", ]