From eec18c0ac6e239042977db22d52f4b75f187ab69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:50:42 +0000 Subject: [PATCH] chore(deps-dev): update trl requirement from >=0.12 to >=1.6.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.12.0...v1.6.0) --- updated-dependencies: - dependency-name: trl dependency-version: 1.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0caf64..b2e4749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ gateway = ["fastapi>=0.136.3", "uvicorn[standard]>=0.49.0", "starlette>=1.2.1", finetune = [ "transformers>=4.45", "peft>=0.13", - "trl>=0.12", + "trl>=1.6.0", "datasets>=3.0", "bitsandbytes>=0.44", "accelerate>=1.13.0", @@ -73,7 +73,7 @@ all = [ "numpy>=1.24", "pymupdf>=1.27.2.3", "python-docx>=1.2.0", "fastapi>=0.136.3", "uvicorn[standard]>=0.49.0", "starlette>=1.2.1", "redis>=5.0", "httpx[http2]>=0.27", - "transformers>=4.45", "peft>=0.13", "trl>=0.12", + "transformers>=4.45", "peft>=0.13", "trl>=1.6.0", "datasets>=3.0", "bitsandbytes>=0.44", "accelerate>=1.13.0", ]