From 71fca6d40521c9281c8941430037a6b47846fce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:22:57 +0000 Subject: [PATCH] build(deps): Update trl requirement from <0.18,>=0.13 to >=0.13,<0.22 Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Commits](https://github.com/huggingface/trl/compare/v0.13.0...v0.21.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.21.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 98b708c292..fa6752ac5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "sentencepiece>=0.1.99,<0.3", "tokenizers>=0.13.3,<1.0", "tqdm>=4.66.2,<5.0", -"trl>=0.13,<0.20", +"trl>=0.13,<0.22", "peft>=0.15.0,<=0.15.2", "protobuf>=5.28.0,<6.0.0", "datasets>=3.5.0,<4.0",