From 15a86037d54b954e2a6fc80ac907b57e8b776d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:54:03 +0000 Subject: [PATCH] deps(pip): 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.26.0...v1.16.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clients/deepnode/localserver/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/deepnode/localserver/requirements.txt b/clients/deepnode/localserver/requirements.txt index dabf62c..4eeee90 100644 --- a/clients/deepnode/localserver/requirements.txt +++ b/clients/deepnode/localserver/requirements.txt @@ -18,7 +18,7 @@ pyyaml>=6.0 # config.yaml 解析 psutil>=6.1.0 # CPU/内存/硬件信息采集 # ── 模型下载 ── -huggingface-hub>=0.26.0 # HuggingFace 模型下载(snapshot_download) +huggingface-hub>=1.16.1 # HuggingFace 模型下载(snapshot_download) modelscope>=1.18.0 # ModelScope 模型下载(dual-source support) # ── 开发/构建工具(仅编译 proto 时需要,运行时不需要)──