Install uv 0.1.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.3/uv-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/astral-sh/uv/releases/download/0.1.3/uv-installer.ps1 | iex
What's Changed
- Read from
/bin/sh
if/bin/ls
cannot be found when determing libc path by @zanieb in #1433 - fix(docs): adjust link by @JacobCoffee in #1434
- Loosen package script regexp to match spec by @akx in #1482
- Add troubleshooting section to benchmarks guide by @MichaReiser in #1485
- Provide example of file based package install. by @dylanbstorey in #1424
- Fix list rendering in
venv --help
output by @MichaReiser in #1459 - only parse /bin/sh (not /bin/ls) by @BurntSushi in #1493
- Copy over editorconfig and set line ending to LF by @MichaReiser in #1494
- Use string display instead of debug for url parse trace by @zanieb in #1498
- Support recursive extras by @charliermarsh in #1435
- Add
pip install --constraint
test coverage by @zanieb in #1334 - Add warning for empty requirements files by @zanieb in #1519
- Add support for
UV_EXTRA_INDEX_URL
by @zanieb in #1515 - Automatically detect virtual environments when used via
python -m uv
by @zanieb in #1504 - Use the system trust store for HTTPS requests by @zanieb in #1512
- pypi-types: fix lenient requirement parsing by @BurntSushi in #1529
- Apply percent-decoding to file-based URLs by @charliermarsh in #1541
- change indent to sensible value by @BurntSushi in #1540
- Use comparable representation for
PackageId
by @charliermarsh in #1543 - fix OS detection for Alpine Linux by @BurntSushi in #1545
- Apply percent-decoding to filepaths in HTML find-links by @charliermarsh in #1544
- Fix trailing commas on
Requires-Python
in HTML indexes by @davidszotten in #1507 - Avoid attempting rename in copy fallback path by @charliermarsh in #1546
- Add support for extras in editable requirements by @charliermarsh in #1531
- Remove URL encoding when determining file name by @charliermarsh in #1555
- Support MD5 hashes by @charliermarsh in #1556
- infra: source github templates by @JacobCoffee in #1425
New Contributors
- @akx made their first contribution in #1482
- @dylanbstorey made their first contribution in #1424
- @davidszotten made their first contribution in #1507
Full Changelog: 0.1.2...0.1.3