From 295cdba83de7fa8900fea661b044b6891867b57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:31:59 +0000 Subject: [PATCH] build: update trl requirement from <=0.21.0 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.2.0...v1.0.0) --- updated-dependencies: - dependency-name: trl dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b1eb704..2701d015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ dependencies = [ "imageio-ffmpeg", "jaxtyping", "peft>=0.18.0", - "trl<=0.21.0", + "trl<=1.0.0", "termcolor==2.3.0", "realesrgan" ]