Install uv 0.1.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.7/uv-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/astral-sh/uv/releases/download/0.1.7/uv-installer.ps1 | iex
Download uv 0.1.7
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
- strip trailing
+
from version number of local Python builds by @BurntSushi in #1771 - Backport changes from publish crates by @konstin in #1739
- Fix pep508-rs tests without features by @charliermarsh in #1778
- Add support for
>dev
specifier by @charliermarsh in #1776 - Ensure that builds within the cache aren't considered Git repositories by @charliermarsh in #1782
- Use the right marker for the
implementation
field ofpyvenv.cfg
by @edgarrmondragon in #1785 - Retain passwords in Git URLs by @zanieb in #1717
- Support setting request timeout with
UV_HTTP_TIMEOUT
andHTTP_TIMEOUT
by @zanieb in #1780 - feat: Implement
--annotation-style
parameter foruv pip compile
by @DrJackilD in #1679 - Stream zip archive when fetching non-range-request metadata by @charliermarsh in #1792
- Configurable bootstrap dir by @konstin in #1772
- Avoid enforcing URL correctness for installed distributions by @charliermarsh in #1793
- Use async unzip for local source distributions by @charliermarsh in #1809
- Preserve executable bit when untarring archives by @charliermarsh in #1790
- Wait for distribution metadata with
--no-deps
by @charliermarsh in #1812 - Use redirected URL as base for relative paths by @charliermarsh in #1816
- Normalize
VIRTUAL_ENV
path in activation scripts by @MichaReiser in #1817 - platform-host: check /bin/sh, then /bin/dash and then /bin/ls by @BurntSushi in #1818
- Upgrade to Rust 1.76 by @MichaReiser in #1820
- Sort output when installing seed packages by @charliermarsh in #1822
- Use
git
command to fetch repositories instead oflibgit2
for robust SSH support by @zanieb in #1781 - Add fixup for
prefect<1.0.0
by @charliermarsh in #1825 - docs: update venv activation for windows by @samypr100 in #1836
- Improve error message when git ref cannot be fetched by @zanieb in #1826
- Treat ARM wheels as higher-priority than universal by @charliermarsh in #1843
- [docs] Update README.md to include extras example by @samypr100 in #1806
- Move conflicting dependencies into PubGrub by @charliermarsh in #1796
- Add docs for git authentication by @zanieb in #1844
- Don't expect pinned packages for editables with non-existent extras by @charliermarsh in #1847
- Linker copies files as a fallback when ref-linking fails by @snowsignal in #1773
- Bump version to v0.1.7 by @charliermarsh in #1851
New Contributors
- @edgarrmondragon made their first contribution in #1785
- @DrJackilD made their first contribution in #1679
- @samypr100 made their first contribution in #1836
- @snowsignal made their first contribution in #1773
Full Changelog: 0.1.6...0.1.7