0.5.24
📦 uvView on GitHub →
✨ 5 features🐛 1 fixes
Summary
uv 0.5.24 adds deterministic package resolution, performance improvements, a cargo‑dist upgrade, and a preview feature for registering Python in the Windows Registry, along with a bug fix for Python download fallback.
✨ New Features
- Improve determinism of resolution by always setting package priorities.
- Upgrade to cargo-dist 0.28.0, improving several installer behaviors.
- Remove dependencies clone in resolver for better performance.
- Use Hashbrown's raw entry API to reduce hashes and clone in resolver priority determination.
- Register managed Python version with the Windows Registry (PEP 514) as a preview feature.
🐛 Bug Fixes
- Allow fallback to Python download on non-critical discovery errors.