From 635cbfe756d13611d2a60e7187e5edcaef555729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:47 +0000 Subject: [PATCH] Update peft requirement from >=0.15.2 to >=0.18.1 Updates the requirements on [peft](https://github.com/huggingface/peft) to permit the latest version. - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](https://github.com/huggingface/peft/compare/v0.15.2...v0.18.1) --- updated-dependencies: - dependency-name: peft dependency-version: 0.18.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 a6473d2..3d6ba48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ train = [ "huggingface_hub>=0.30.2", "nlpaug>=1.1.11", "optimum>=1.24.0", - "peft>=0.15.2", + "peft>=0.18.1", "pyarrow>=20.0.0", "safetensors>=0.4.3", "tensorboard>=2.16.0", @@ -59,7 +59,7 @@ full = [ "huggingface_hub>=0.30.2", "nlpaug>=1.1.11", "optimum>=1.24.0", - "peft>=0.15.2", + "peft>=0.18.1", "pyarrow>=20.0.0", "pytest>=7.4.0", "plotly>=5.18.0",