From 441519f8958ac7743c1bfcd0df2cfabcf9ca0340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:39:35 +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/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmd/initializers/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/initializers/model/requirements.txt b/cmd/initializers/model/requirements.txt index 1cc3d8130c..ab9627ef93 100644 --- a/cmd/initializers/model/requirements.txt +++ b/cmd/initializers/model/requirements.txt @@ -1,2 +1,2 @@ -huggingface-hub>=1.12.0,<1.13 +huggingface-hub>=1.13.0,<1.14 opendal>=0.46.0