Install uv 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.6/uv-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/astral-sh/uv/releases/download/0.1.6/uv-installer.ps1 | iex
Download uv 0.1.6
File | Platform | Checksum |
---|---|---|
uv-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
uv-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
uv-i686-pc-windows-msvc.zip | x86 Windows | checksum |
uv-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
uv-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
uv-i686-unknown-linux-gnu.tar.gz | x86 Linux | checksum |
uv-powerpc64-unknown-linux-gnu.tar.gz | PPC64 Linux | checksum |
uv-powerpc64le-unknown-linux-gnu.tar.gz | PPC64LE Linux | checksum |
uv-s390x-unknown-linux-gnu.tar.gz | S390x Linux | checksum |
uv-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
uv-armv7-unknown-linux-gnueabihf.tar.gz | ARMv7 Linux | checksum |
uv-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
uv-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum |
uv-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
What's Changed
- Add shell completions generation by @flyaroundme in #1675
- Support dotted function paths for script entrypoints by @markmmm in #1622
- re-introduce cache healing when we see an invalid cache entry by @BurntSushi in #1707
- Support
venv --prompt
by @methane in #1570 - fix: remove uv version from uv pip compile header by @henryiii in #1716
- is_http_range_requests_unsupported should return true on Method Not Allowed by @olivierlefloch in #1713
- Preserve trailing slash for
--find-links
URLs by @charliermarsh in #1720 - Update the scenarios to use vendored build dependencies by @zanieb in #1605
- Add Insta's pending snapshots to .gitignore by @charliermarsh in #1721
- Respect
--index-url
provided via requirements.txt by @charliermarsh in #1719 - Add warning when dependencies are empty with Poetry metadata by @yasufumy in #1650
- Add support for absolute paths on Windows by @charliermarsh in #1725
- Support recursive extras for URL dependencies by @charliermarsh in #1729
- Improve Poetry warning by @charliermarsh in #1730
- Ignore invalid extras from PyPI by @charliermarsh in #1731
- Ensure extras trigger an install by @charliermarsh in #1727
- Use
httpx
instead ofanyio
for reinstall test by @charliermarsh in #1732 - Move
uv clean
touv cache clean
by @charliermarsh in #1733 - Implement
uv cache dir
by @charliermarsh in #1734 - Control pip timeout duration via environment variable by @Di-Is in #1694
- Allow
-f
alias for--find-links
by @charliermarsh in #1735 - Print activation instructions for a venv after one has been created by @0v00 in #1580
- Clarify Windows install command in README.md by @12932 in #1751
- Set index URLs for seeding venv by @charliermarsh in #1755
- feat: allow passing in a custom reqwest Client by @baszalmstra in #1745
- Fix typos configuration by @szepeviktor in #1742
- Don't preserve timestamp in streaming unzip by @konstin in #1749
- Expose find_uv_bin and declare typing support by @gaborbernat in #1728
- Only preserve the executable bit by @konstin in #1743
- fix 'pip install' for zips with bunk permissions by @BurntSushi in #1757
- docs(readme): add instructions for installing on Arch Linux by @orhun in #1765
- fix: expose DefaultResolverProvider by @baszalmstra in #1764
- Skip compile_html test on musl by @konstin in #1756
- Better error message for missing space before semicolon in requirements by @konstin in #1746
- feat: add installer to
InstalledDist
by @tdejager in #1762 - Bump version to v0.1.6 by @charliermarsh in #1736
- If-let instead of unwrap (PR #1746 follow-up) by @konstin in #1770
New Contributors
- @markmmm made their first contribution in #1622
- @methane made their first contribution in #1570
- @henryiii made their first contribution in #1716
- @yasufumy made their first contribution in #1650
- @Di-Is made their first contribution in #1694
- @0v00 made their first contribution in #1580
- @12932 made their first contribution in #1751
- @baszalmstra made their first contribution in #1745
- @szepeviktor made their first contribution in #1742
- @gaborbernat made their first contribution in #1728
- @orhun made their first contribution in #1765
- @tdejager made their first contribution in #1762
Full Changelog: 0.1.5...0.1.6