From 75bc858bf098827f3ed39fdddf95c2e8798f4883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:21:54 +0000 Subject: [PATCH] build(deps): Update trl requirement from <0.18,>=0.13 to >=0.13,<0.20 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.19.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.19.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 d1f84dc873..98b708c292 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.18", +"trl>=0.13,<0.20", "peft>=0.15.0,<=0.15.2", "protobuf>=5.28.0,<6.0.0", "datasets>=3.5.0,<4.0",