Skip to content

chore(deps-dev): update huggingface-hub requirement from <1.0,>=0.30.0 to >=0.30.0,<2.0 in /backend#3277

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/huggingface-hub-gte-0.30.0-and-lt-2.0
Open

chore(deps-dev): update huggingface-hub requirement from <1.0,>=0.30.0 to >=0.30.0,<2.0 in /backend#3277
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/huggingface-hub-gte-0.30.0-and-lt-2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Updates the requirements on huggingface-hub to permit the latest version.

Commits
  • 5efdca0 Release: v1.20.1
  • 0c3a062 [Auth] Fix circular import on from huggingface_hub import login (#4384) (#4...
  • 8d52526 Release: v1.20.0
  • 9379ae3 Release: v1.20.0.rc0
  • 3b3abe3 [Spaces] Add wait_for_space API and hf spaces wait CLI (#4380)
  • e52fdef [CLI] Make hf jobs ssh wait for job to be running (#4379)
  • a0c1dfe [Jobs] Add hf jobs wait and HfApi.wait_for_job (#4345)
  • 5589874 [Inference Endpoints] Custom-container deploy CLI + deprecate protected endpo...
  • 462d093 [CLI] Suggest creating repo/bucket on NotFound errors (#4372)
  • ebe5315 Add new JobNotFound error (#4367)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](huggingface/huggingface_hub@v0.30.0...v1.20.1)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.20.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Comment thread backend/pyproject.toml
"nest_asyncio>=1.5.6",
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
"huggingface_hub>=0.30.0,<1.0"
"huggingface_hub>=0.30.0,<2.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huggingface_hub 的上限从 <1.0 放宽到 <2.0 允许安装 v1.x 版本。huggingface_hub v1.0 可能包含 breaking changes(如废弃 API、参数重命名等)。建议确认项目中使用的 huggingface_hub API(如模型下载、token 管理等)在 v1.x 中是否仍然兼容。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant