From 9100e3c932f40601bd4224032be766c7c8af0472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:12:12 +0000 Subject: [PATCH] Update huggingface-hub[hf_xet] requirement Updates the requirements on [huggingface-hub[hf_xet]](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.30.0...v0.36.0) --- updated-dependencies: - dependency-name: huggingface-hub[hf_xet] dependency-version: 0.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 642ba0a845..7b07344f21 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ 'onnx==1.18.0', 'onnxruntime==1.22.0', 'boto3>=1.21.45,<2', - 'huggingface-hub[hf_xet]>=0.30.0,<0.34', + 'huggingface-hub[hf_xet]>=0.30.0,<0.37', 'beautifulsoup4>=4.12.2,<5', # required for model download utils 'tenacity>=8.2.3,<10', 'catalogue>=2,<3',