db7d1a2058
## Summary Suggest using a newer uv version when a managed python installation request fails with `NoDownloadFound`. Before: ``` error: No interpreter found for Python ==3.14.* in managed installations or search path ``` After: ``` error: No interpreter found for Python ==3.14.* in managed installations or search path hint: uv embeds available Python downloads and may require an update to install new versions. Consider retrying on a newer version of uv. ``` ## Test Plan Integration test added for this case. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
uv-python
This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.
This version (0.0.14) is a component of uv 0.9.25. The source can be found here.
See uv's crate versioning policy for details on versioning.