Skip to content

Build: Bump huggingface-hub from 1.3.4 to 1.9.2#48

Open
dependabot[bot] wants to merge 1 commit intoli-0.11from
dependabot/uv/huggingface-hub-1.9.2
Open

Build: Bump huggingface-hub from 1.3.4 to 1.9.2#48
dependabot[bot] wants to merge 1 commit intoli-0.11from
dependabot/uv/huggingface-hub-1.9.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps huggingface-hub from 1.3.4 to 1.9.2.

Release notes

Sourced from huggingface-hub's releases.

[v1.9.2] Fix set_space_volume / delete_space_volume return types

Full Changelog: huggingface/huggingface_hub@v1.9.1...v1.9.2

[v1.9.1] Fix: set_space_volumes sending bare array instead of object

Full Changelog: huggingface/huggingface_hub@v1.9.0...v1.9.1

[v1.9.0] Agent-Aware CLI, Spaces Volumes, and more

🚀 Spaces Volumes: Mount Models, Datasets, and Buckets Directly

Hugging Face Spaces now support mounting volumes, giving your Space direct filesystem access to models, datasets, and storage buckets. This replaces the deprecated persistent storage feature.

from huggingface_hub import HfApi, Volume
api = HfApi()
api.set_space_volumes(
repo_id="username/my-space",
volumes=[
Volume(type="model", source="username/my-model", mount_path="/models", read_only=True),
Volume(type="bucket", source="username/my-bucket", mount_path="/data"),
],
)

Volumes can also be set at creation time via create_repo(space_volumes=...) and duplicate_repo(space_volumes=...), and from the CLI with the --volume / -v flag:

# Create a Space with volumes mounted
hf repos create my-space --type space --space-sdk gradio \
    -v hf://gpt2:/models -v hf://buckets/org/b:/data
Duplicate a Space with volumes
hf repos duplicate org/my-space my-space --type space 
-v hf://gpt2:/models -v hf://buckets/org/b:/data

🤖 The hf CLI Now Auto-Detects AI Agents and Adapts Its Output

AI coding agents (Claude Code, Cursor, Codex, Copilot, Gemini, ...) increasingly use the hf CLI to interact with the Hub. Until now, the output was designed for humans - ANSI colors, padded tables, emoji booleans, truncated cells - making it hard for agents to parse reliably.

Starting with v1.9, the CLI automatically detects when it's running inside an agent and adapts its output: no ANSI, no truncation, tab-separated tables, compact JSON, full timestamps. No configuration needed - it just works. This is only a first step toward making the hf CLI the primary entry point to the Hugging Face Hub for AI agents!

... (truncated)

Commits
  • 29920ab Release: v1.9.2
  • c0c6af4 Fix set_space_volume / delete_space_volume return types (#4061)
  • 6d1a377 Release: v1.9.1
  • 4a41761 Fix set_space_volumes sending wrong JSON structure (#4054)
  • b768bb2 Release: v1.9.0
  • 9d30ff2 Release: v1.9.0.rc0
  • 657b8b9 chore: remove claude.yml workflow file (#4031)
  • 38d48d9 [CLI] Migrate models, datasets, spaces, papers to out singleton (#4...
  • 4e2337d [CLI] enrich CLI errors with available options and commands (#4034)
  • ea1f4b7 Support volumes at repo creation and duplication (#4035)
  • Additional commits viewable in compare view

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 1.3.4 to 1.9.2.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.3.4...v1.9.2)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants