mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1148] [MERGED] fix(huggingface_hub): update huggingface_hub to v0.33.0 #1738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1148
Author: @jingfelix
Created: 6/23/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @crazywoola
Base:
main← Head:fix-huggingface_hub📝 Commits (2)
dd4bdb9fix(huggingface_hub): update huggingface_hub to v0.33.0f3c91f2fix: adapt to the new API in huggingface_hub SDK📊 Changes
3 files changed (+7 additions, -11 deletions)
View changed files
📝
models/huggingface_hub/manifest.yaml(+1 -1)📝
models/huggingface_hub/models/text_embedding/text_embedding.py(+5 -9)📝
models/huggingface_hub/requirements.txt(+1 -1)📄 Description
Related Issues or Context
fixes: https://github.com/langgenius/dify-plugins/issues/725
The langgenius/huggingface_hub plugin uses the huggingface_hub Python library to access the required models. In version 0.31.0, huggingface_hub updated the endpoint for the feature_extraction task. Therefore, the plugin's dependencies need to be updated to this new version.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.4.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.