Migrating to HuggingFace Hub v1.1.4
Version v1.1.4 introduces 1 breaking change. This guide details how to update your code.
Released: 11/13/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
list_user_accessBreaking Changes
●Issue #1
The return type for `list_user_access` has changed due to a necessary server-side API update. Users should update their code to handle the new paginated result structure.
Migration Steps
- 1Review the implementation of calls to `list_user_access` to correctly handle the new paginated response structure.
Release Summary
Version 1.1.4 introduces pagination for `list_user_access` results, which required a necessary breaking change to align with the updated server API.
Need More Details?
View the full release notes and all changes for HuggingFace Hub v1.1.4.
View Full Changelog