From 736bc932b273a012bb1dc42a35ba1eeb69180e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:53:03 +0000 Subject: [PATCH] build(deps): update peft requirement 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.18.0...v0.20.0) --- updated-dependencies: - dependency-name: peft dependency-version: 0.20.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 edc453ac..eee37ee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ dependencies = [ "jaxtyping", # peft 0.19+ enforces torchao>=0.16 in PEFT (is_torchao_available); keep <0.19 while core torchao stays <0.16. # https://github.com/huggingface/peft/blob/6d5a6f4f2f902dbf13d21d2661d57c3c05df1dae/src/peft/import_utils.py#L131 - "peft>=0.18.0,<0.19.0", + "peft>=0.18.0,<0.21.0", "trl<=0.21.0", "termcolor==2.3.0", ]