From a5e2a0aaeafca696b2dee4598b0b495af2918ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:33:51 +0000 Subject: [PATCH] Update trl requirement from >=0.8.0 to >=1.1.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.1.0) --- updated-dependencies: - dependency-name: trl dependency-version: 1.1.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 6076feb..f03d768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ all = [ ] train = [ "datasets>=2.0", - "trl>=0.8.0", + "trl>=1.1.0", "peft>=0.10.0", "deepspeed>=0.14.0", "wandb>=0.16.0",