Change8

Migrating to HuggingFace Hub v1.0.1

Version v1.0.1 introduces 1 breaking change. This guide details how to update your code.

Released: 10/28/2025

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

huggingface_hub[inference]_import_aiohttp

Breaking Changes

Issue #1

The `huggingface_hub[inference]` extra dependency is removed. If you relied on this extra, you may need to install `httpx` directly if it was only pulled in via that extra.

Migration Steps

  1. 1
    If you were using `pip install huggingface_hub[inference]`, you might need to adjust your installation command, potentially installing `httpx` separately if required for inference functionality.

Release Summary

This patch release removes the lingering dependency on `aiohttp` from the `huggingface_hub[inference]` extra and cleans up an unused internal method.

Need More Details?

View the full release notes and all changes for HuggingFace Hub v1.0.1.

View Full Changelog