Skip to content

[v1.0.1] Remove `aiohttp` from extra dependencies

Choose a tag to compare

@Wauplin Wauplin released this 28 Oct 12:49
· 34 commits to main since this release
c8b9350

In huggingface_hub v1.0 release, we've removed our dependency on aiohttp to replace it with httpx but we forgot to remove it from the huggingface_hub[inference] extra dependencies in setup.py. This patch release removes it, making the inference extra removed as well.

The internal method _import_aiohttp being unused, it has been removed as well.

Full Changelog: v1.0.0...v1.0.1