Release Notes
Enhancements
- Show resolution diagnostics after
pip install (#2829)
Performance
- Speed up cold-cache
urllib3-boto3-botocore performance with batched prefetching (#2452)
Bug fixes
- Backtrack on distributions with invalid metadata (#2834)
- Include LICENSE files in source distribution (#2855)
- Respect
--no-build and --no-binary in --find-links (#2826)
- Respect cached local
--find-links in install plan (#2907)
- Avoid panic with multiple confirmation handlers (#2903)
- Use scheme parsing to determine absolute vs. relative URLs (#2904)
- Remove additional 'because' in resolution failure messages (#2849)
- Use
miette when printing pip sync resolution failures (#2848)
Install uv 0.1.30
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.30/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.1.30/uv-installer.ps1 | iex"
Download uv 0.1.30