From 64223041d25751cda44e9cc2884a0f95ff14e759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:25:28 +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.1...v1.3.1) --- updated-dependencies: - dependency-name: huggingface-hub[hf_xet] dependency-version: 1.3.1 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 8788b25..6a03561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "cyclopts>=3,<5", "fasttext~=0.9.3", "frozendict~=2.4", - "huggingface-hub[hf_xet]>=0.30.1,<1.2.0", + "huggingface-hub[hf_xet]>=0.30.1,<1.4.0", "injector~=0.22.0", "ir-datasets~=0.5.9", # TODO: Make this an optional dependency and expose dependent interfaces only if installed. "joblib~=1.4",