Skip to content

deps(backend)(deps): bump huggingface-hub from 0.19.4 to 1.11.0 in /backend#17021

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/huggingface-hub-1.11.0
Closed

deps(backend)(deps): bump huggingface-hub from 0.19.4 to 1.11.0 in /backend#17021
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/huggingface-hub-1.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2026

Bumps huggingface-hub from 0.19.4 to 1.11.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.11.0] Semantic Spaces search, Space logs, and more

🔍 Semantic search for Spaces

Discover Spaces using natural language. The new search_spaces() API and hf spaces search CLI use embedding-based semantic search to find relevant Spaces based on what they do - not just keyword matching on their name.

>>> from huggingface_hub import search_spaces
>>> results = search_spaces("remove background from photo")
>>> for space in results:
...     print(f"{space.id} (score: {space.score:.2f})")
briaai/BRIA-RMBG-1.4 (score: 0.87)

The same capability is available in the CLI:

$ hf spaces search "remove background from photo" --limit 3
ID                           TITLE                 SDK    LIKES STAGE   CATEGORY           SCORE
---------------------------- --------------------- ------ ----- ------- ------------------ -----
not-lain/background-removal  Background Removal    gradio 2794  RUNNING Image Editing      0.85 
briaai/BRIA-RMBG-2.0         BRIA RMBG 2.0         gradio 918   RUNNING Background Removal 0.84 
Xenova/remove-background-web Remove Background Web static 739   RUNNING Background Removal 0.81 
Hint: Use --description to show AI-generated descriptions.
Filter by SDK, get JSON with descriptions
$ hf spaces search "chatbot" --sdk gradio --description --json --limit 1 | jq
[
{
"id": "BarBar288/Chatbot",
"title": "Chatbot",
"sdk": "gradio",
"likes": 4,
"stage": "RUNNING",
"category": "Other",
"score": 0.5,
"description": "Perform various AI tasks like chat, image generation, and text-to-speech"
}
]

📜 Programmatic access to Space logs

When a Space fails to build or crashes at runtime, you can now retrieve the logs programmatically — no need to open the browser. This is particularly useful for agentic workflows that need to debug Space failures autonomously.

>>> from huggingface_hub import fetch_space_logs
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.19.4 to 1.11.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.19.4...v1.11.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

Assignees

The following users could not be added as assignees: derekjrussell. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

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

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

@github-actions
Copy link
Copy Markdown

💡 PR Description Suggestions

Consider improving your PR description:
- Add a summary section
  • Add a testing section

    Template:

    ## Summary
    Brief description of changes
    
    ## Changes Made
    - Change 1
    - Change 2
    
    ## Test Plan
    How to verify these changes
    
    ## Related Issues
    Closes #123
    

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 20, 2026

📊 PR Size Analysis

Size: XS
Files Changed: 2
Lines Added: +2
Lines Deleted: -2
Total Changes: 4

Review Checklist

  • All tests passing
  • Code follows project style guidelines
  • Documentation updated if needed
  • No sensitive data exposed
  • Breaking changes documented

@github-actions
Copy link
Copy Markdown

💡 PR Description Suggestions

Consider improving your PR description:
- Add a summary section
  • Add a testing section

    Template:

    ## Summary
    Brief description of changes
    
    ## Changes Made
    - Change 1
    - Change 2
    
    ## Test Plan
    How to verify these changes
    
    ## Related Issues
    Closes #123
    

3 similar comments
@github-actions
Copy link
Copy Markdown

💡 PR Description Suggestions

Consider improving your PR description:
- Add a summary section
  • Add a testing section

    Template:

    ## Summary
    Brief description of changes
    
    ## Changes Made
    - Change 1
    - Change 2
    
    ## Test Plan
    How to verify these changes
    
    ## Related Issues
    Closes #123
    

@github-actions
Copy link
Copy Markdown

💡 PR Description Suggestions

Consider improving your PR description:
- Add a summary section
  • Add a testing section

    Template:

    ## Summary
    Brief description of changes
    
    ## Changes Made
    - Change 1
    - Change 2
    
    ## Test Plan
    How to verify these changes
    
    ## Related Issues
    Closes #123
    

@github-actions
Copy link
Copy Markdown

💡 PR Description Suggestions

Consider improving your PR description:
- Add a summary section
  • Add a testing section

    Template:

    ## Summary
    Brief description of changes
    
    ## Changes Made
    - Change 1
    - Change 2
    
    ## Test Plan
    How to verify these changes
    
    ## Related Issues
    Closes #123
    

@github-actions
Copy link
Copy Markdown

🤖 CI/CD Pipeline Results

Status: success
Branch: 17021/merge
Commit: 7a7a8fd1725777834dfc127602bc9602f66d348e

Pipeline Stages

  • Code Quality: ❌
  • Build & Test: ❌
  • Architecture: ❌
  • Security Scan: ❌

View full workflow run

@github-actions
Copy link
Copy Markdown

🚨 CI/CD Failure Detected

The Database Connection Validation workflow failed for this PR.

Action Required

A tracking PR has been automatically created to help resolve this issue:
🔗 #17024

Quick Links

Please review the analysis and implement the suggested fixes.


🤖 Auto-generated by JARVIS CI/CD Manager

@github-actions
Copy link
Copy Markdown

🚨 CI/CD Failure Detected

The Environment Variable Validation workflow failed for this PR.

Action Required

A tracking PR has been automatically created to help resolve this issue:
🔗 #17025

Quick Links

Please review the analysis and implement the suggested fixes.


🤖 Auto-generated by JARVIS CI/CD Manager

@github-actions
Copy link
Copy Markdown

🚨 CI/CD Failure Detected

The PR Automation & Validation workflow failed for this PR.

Action Required

A tracking PR has been automatically created to help resolve this issue:
🔗 #17026

Quick Links

Please review the analysis and implement the suggested fixes.


🤖 Auto-generated by JARVIS CI/CD Manager

@github-actions
Copy link
Copy Markdown

Auto-merge failed. Closing for manual review.

@github-actions github-actions bot closed this Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/backend/huggingface-hub-1.11.0 branch April 20, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants