From c7753fc18a63a513832814ace12a990f90051e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:36:11 +0000 Subject: [PATCH] Update safetensors requirement from >=0.4.5 to >=0.7.0 Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/safetensors/compare/v0.4.5...v0.7.0) --- updated-dependencies: - dependency-name: safetensors dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..59a03be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ train = [ "pyarrow>=15.0.0", "tqdm>=4.66.1", "huggingface_hub>=0.30.0", - "safetensors>=0.4.5", + "safetensors>=0.7.0", "tokenizers>=0.20.0", ] serve = [