Change8

Migrating to HuggingFace Hub v1.14.0

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

Released: 5/6/2026

1
Breaking Changes
1
Migration Steps
11
Affected Symbols

⚠️ Check Your Code

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

hf spaces secretshf spaces variablesHfApi.get_space_secretshf buckets cpcopy_fileshf skills upgradehf skills updatehf extensions installhf spaces dev-modehf datasets leaderboardhf update

Breaking Changes

Issue #1

The CLI command `hf skills upgrade` has been renamed to `hf skills update`. Users must switch to using `hf skills update`.

Migration Steps

  1. 1
    Replace usage of `hf skills upgrade` with `hf skills update` in CLI scripts.

Release Summary

This release introduces comprehensive CLI management for Space secrets and environment variables, alongside rsync-style trailing slash support for bucket folder copies. Several CLI command updates and bug fixes were also implemented, including renaming `hf skills upgrade` to `hf skills update`.

Need More Details?

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

View Full Changelog