---
name: Hub
slug: hub
organization_slug: hugging-face
category: ai
source_count: 1
canonical: https://releases.sh/hugging-face/hub
---

# Hub

Python client for the Hugging Face Hub API

## Sources (1)

- [huggingface_hub](https://releases.sh/hugging-face/huggingface-hub) — `github`

## Recent Releases

_Summaries below — fetch the release's `canonical` URL for full content, or `url` for the original source._

<Release source="huggingface-hub" version="v1.20.0" date="June 18, 2026" published="2026-06-18T12:20:07.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.20.0" canonical="https://releases.sh/release/rel_oAA0LTWYN4yQR2eiQ83Vi" truncated="true">
### [v1.20.0] Browser-based OAuth login, multi-commit folder uploads, and more

Browser-based OAuth Device Code flow is now the default login method, and hf upload uses a streamed multi-commit pipeline for faster, resumable large folder uploads. Also adds job wait commands, SSH access to running Jobs, and custom-container deployment for Inference Endpoints, with breaking changes around multi-commit uploads and non-detached job exit codes.
</Release>

<Release source="huggingface-hub" version="v1.19.0" date="June 11, 2026" published="2026-06-11T10:07:51.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.19.0" canonical="https://releases.sh/release/rel_h9XMLd7o3-86KbEp_I8eG" truncated="true">
### [v1.19.0] Trusted Publishers, hf:// URIs, and expose-ports for Jobs

Keyless CI/CD authentication is now supported via Trusted Publishers, allowing workflows to authenticate without storing an HF_TOKEN secret. The CLI now accepts `hf://` URIs for uploading and downloading, and jobs can expose container ports through the public jobs proxy.
</Release>

<Release source="huggingface-hub" version="v1.18.0" date="June 5, 2026" published="2026-06-05T09:26:33.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.18.0" canonical="https://releases.sh/release/rel_HYLTUI0PSsEbV3ucJBBlR" truncated="true">
### [v1.18.0] Unified file copying, web URL support, and storage usage

A new unified `hf cp` command handles all file-copy workflows (upload, download, remote-to-remote) with consistent `hf://` URI syntax and rsync-style semantics. `parse_hf_uri` now accepts Hugging Face web URLs directly. Fixed a data corruption bug where concurrent `hf_hub_download` calls could append to the same `.incomplete` file on Lustre, GPFS, and some NFS mounts where `flock(2)` provides no mutual exclusion; downloads now use fresh temporary files instead of resuming incomplete ones, making the download path safe even when file locking is broken. This is a breaking change: resuming previously failed partial downloads is no longer possible.
</Release>

<Release source="huggingface-hub" version="v1.17.0" date="May 28, 2026" published="2026-05-28T15:08:07.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.17.0" canonical="https://releases.sh/release/rel_DTLgdaIWeld2DTtu6NUZh" truncated="true">
### [v1.17.0] Cross-repo copies, ssh to Spaces, smarter CLI tables

You can now copy files or entire folders between different repositories without downloading or re-uploading, with LFS blobs deduplicated server-side. Added `hf spaces ssh` to open SSH sessions directly into a Space's Dev Mode container, and `hf repos ls` to list all your repositories with storage size and usage sorting. CLI tables now auto-fit to terminal width with per-column width caps and automatically right-align numeric columns.
</Release>

<Release source="huggingface-hub" version="v1.16.4" date="May 26, 2026" published="2026-05-26T17:07:34.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.16.4" canonical="https://releases.sh/release/rel_5hY3DxdfDCevigc_YprSk" truncated="true">
### [v1.16.4] hot fix: Fix `typer>=0.26.0` compatibility 

Capped typer below 0.26.0 to resolve CLI incompatibility, and added click as an explicit dependency.
</Release>

<Release source="huggingface-hub" version="v1.16.1" date="May 21, 2026" published="2026-05-21T18:43:58.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.16.1" canonical="https://releases.sh/release/rel_VOW56BLwNcsRyH47sgnm5" truncated="true">
### [v1.16.1]  [Hot-fix] [Inference] Remove Together ASR task to drop urllib3 dependency

The Together ASR task has been removed from the Inference API to eliminate the urllib3 dependency.
</Release>

<Release source="huggingface-hub" version="v1.16.0" date="May 21, 2026" published="2026-05-21T10:38:41.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.16.0" canonical="https://releases.sh/release/rel_EGfN5A494FVcwHr07Q3i4" truncated="true">
### [v1.16.0] Together goes multimodal on Inference Providers, CLI improvements, and token security

Token files written by huggingface_hub are now created with secure permissions (0o600 for files, 0o700 for parent directory), matching industry-standard tools like GitHub CLI and AWS CLI. Together Inference Provider now supports embeddings, text-to-speech, automatic speech recognition, image-to-image, and text-to-video tasks. Breaking changes include BucketUrl.handle renamed to BucketUrl.uri, Volume.to_hf_handle() renamed to Volume.to_uri(), and single-segment repo IDs no longer supported in HfFileSystem paths.
</Release>

<Release source="huggingface-hub" version="v1.15.0" date="May 15, 2026" published="2026-05-15T11:19:23.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.15.0" canonical="https://releases.sh/release/rel_hqO6kL-kGK0TSWqwIAuxO" truncated="true">
### [v1.15.0] Region-aware buckets & repos, `hf skills list`, polished CLI help and more

The `create_bucket` and `create_repo` APIs now accept an optional `region` argument ("us" or "eu") to pin new resources to a specific cloud region, with matching `--region` flags on the CLI. A new `hf skills list` command lists all available marketplace skills and shows which are already installed across project, global, and Claude locations. Help output now uses ANSI styling with underlined section headings and bold option names for better readability in terminals.
</Release>

<Release source="huggingface-hub" version="v1.14.0" date="May 6, 2026" published="2026-05-06T14:00:14.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.14.0" canonical="https://releases.sh/release/rel_XFpHSob2zjoS-L1aTQa8v" truncated="true">
### [v1.14.0] Handle Spaces secrets & variables from CLI and other improvements

## 🖥️ Manage Space secrets and variables from the CLI

You can now manage Space secrets and environment variables directly from the command line wi...
</Release>

<Release source="huggingface-hub" version="v1.13.0" date="April 30, 2026" published="2026-04-30T11:48:16.000Z" url="https://github.com/huggingface/huggingface_hub/releases/tag/v1.13.0" canonical="https://releases.sh/release/rel_fo9AVy_MzQrWPjdK4T9cP" truncated="true">
### [v1.13.0] new CLI commands and formatting, and HF URI parsing

## 🖥️ New CLI commands: repo cards, file listings, and dataset leaderboards

This release adds three new CLI capabilities for exploring Hub content...
</Release>

**Tags:** `python`, `sdk`
