You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download uv from releases.astral.sh instead of GitHub releases (#2050)
Since Astral now mirror uv releases to `releases.astral.sh`, which
is backed by Cloudflare R2 / CDN, and so is more reliable than
GitHub releases.
See:
astral-sh/uv#18207 (comment)GUS-W-21561065.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## [Unreleased]
4
4
5
5
- Updated uv from 0.10.7 to 0.10.9. ([#2049](https://github.com/heroku/heroku-buildpack-python/pull/2049))
6
+
- Switched to downloading uv from `releases.astral.sh` instead of GitHub releases. ([#2050](https://github.com/heroku/heroku-buildpack-python/pull/2050))
0 commit comments