Skip to content

Tags: astral-sh/uv

Tags

0.6.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.6.5 (#12018)

0.6.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Explicitly install the rust toolchain before the target during Docker…

… builds (#11936)

Fixes
https://github.com/astral-sh/uv/actions/runs/13641331357/job/38131724427

0.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.6.3 (#11759)

0.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.6.2 (#11630)

0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.6.1 (#11580)

0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.6.0 (#11496)

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>

0.5.31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.5.31 (#11459)

0.5.30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Catch broken `mac_ver()` (#11396)

A user reported a homebrew Python that would raise an exception in the
interpreter probing script because `platform.mac_ver()` returned `('',
('', '', ''), '')` on his installation due to
Homebrew/homebrew-core#206778

This is easy enough to catch and show a proper error message instead of
the Python backtrace.

0.5.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.5.29 (#11267)

0.5.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable wheel testing for `powerpc64le-unknown-linux-gnu` (#11229)

## Summary

I need to look into this later, but the test step is failing to install
Python:
https://github.com/astral-sh/uv/actions/runs/13148286589/job/36694160839.
We already disable this for the non-`le` variant, so this seems ok to
revisit.