Change8

v1.0.1

Breaking Changes
📦 huggingface-hubView on GitHub →
1 breaking🐛 1 fixes🔧 2 symbols

Summary

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

⚠️ Breaking Changes

  • 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. 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.

🐛 Bug Fixes

  • Removed the unnecessary `aiohttp` dependency from the `huggingface_hub[inference]` extra dependencies.

Affected Symbols