From dcb4d031fa5f79d3c88d6c64c90330527d96176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:53:30 +0000 Subject: [PATCH] chore(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 d9e3e695..768b3901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "numpy", - "peft>=0.18.0,<0.20.0", + "peft>=0.18.0,<0.21.0", "pillow>=10.0.0", "requests", "scipy",