Update dependency hf-xet to v1.1.10 #90
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.1.5
->==1.1.10
Release Notes
huggingface/xet-core (hf-xet)
v1.1.10
: [v1.1.10] Bug Fixes and diagnostic toolingCompare Source
🔧 Improvements & Tools:
🐛 Bug Fixes:
What's Changed
Full Changelog: huggingface/xet-core@v1.1.9...v1.1.10
v1.1.9
: [v1.1.9] Bug Fixes: Parallelism optimizations, metadata updatesCompare Source
🚀 Performance Improvements:
• Improve parallelism in parutils by removing async_scoped
• Increase soft file limits for MacOS
🐛 Bug Fixes:
• Update hf_xet PyPI metadata
🔧 Reliability & Maintenance:
• Improved debuggability with tokio console support
• Add CI builds for MacOS
What's Changed
hf-xet
by @rajatarya in #472New Contributors
Full Changelog: huggingface/xet-core@v1.1.8...v1.1.9
v1.1.8
: Bug FixesCompare Source
🚀 Performance Improvements:
• Client Caching - Reuses reqwest Client across RemoteClient objects to share connection pools
• Connection Limits - Limits idle connections to prevent resource exhaustion
🐛 Bug Fixes:
• Singleflight Fix - Critical fix preventing permanent error caching when owner tasks are dropped
• DataHash Serialization - Ensures consistent little-endian byte order across platforms
🔧 Reliability & Maintenance:
• Retry Logic Restoration - Restores retry logic accidentally removed in versions 1.1.6 and 1.1.7
What's Changed
Full Changelog: huggingface/xet-core@v1.1.7...v1.1.8
v1.1.7
Compare Source
What's Changed
Full Changelog: huggingface/xet-core@v1.1.6...v1.1.7
v1.1.6
: [v1.1.6] Bug Fixes: Proxy support, process safety, and moreCompare Source
✨ New Features and Improvements
hf_xet
logging; providing facility to log events to a formatted file (#428 by @hoytak)🐛 Bug Fixes
os.fork()
safer. (#429 by @hoytak; addresses #415 - thanks @John6666cat for the report)NUM_RANGE_CONCURRENT_GETS
value to 64 to better respect file descriptor limits (#438 by @assafvayner; addresses #436 - thanks @djholt and @gary149 for the reports)What's Changed
Full Changelog: huggingface/xet-core@v1.1.5...v1.1.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).