From dbd6771c16f2a5ff01f038728793528521279b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:38:03 +0000 Subject: [PATCH] build: update trl requirement from <=0.21.0 to <=0.29.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...v0.29.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.29.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 cdf474f3..f84ede24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ dependencies = [ "imageio-ffmpeg", "jaxtyping", "peft>=0.18.0", - "trl<=0.21.0", + "trl<=0.29.0", "termcolor==2.3.0", "realesrgan" ]