v0.35.1
📦 huggingface-hubView on GitHub →
🐛 2 fixes
Summary
This patch release adjusts the retry logic to only target 5xx errors and fixes an issue with unresolved forward references in strict dataclasses.
🐛 Bug Fixes
- Stopped retrying requests on HTTP 429 (Too Many Requests); retries are now only performed on 5xx server errors.
- Skipped unresolved forward references when processing dataclasses in strict mode.