From c6bb71d1436763c0a3959f881c596162082ad69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:23:12 +0000 Subject: [PATCH] chore(deps): update huggingface-hub requirement Updates the requirements on [huggingface-hub](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.27.0...v1.12.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmd/initializers/dataset/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/initializers/dataset/requirements.txt b/cmd/initializers/dataset/requirements.txt index eaea5a6998..5c5b374d75 100644 --- a/cmd/initializers/dataset/requirements.txt +++ b/cmd/initializers/dataset/requirements.txt @@ -1,3 +1,3 @@ -huggingface-hub>=0.27.0,<1.12 +huggingface-hub>=1.12.0,<1.13 opendal>=0.46.0 kubernetes>=35.0.0