mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
Update dependency astral-sh/uv to v0.9.24 (#17409)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.9.21` → `0.9.24` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.9.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0924) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.23...0.9.24) Released on 2026-01-09. ##### Bug fixes - Fix handling of `UV_NO_SYNC=1 uv run ...` ([#​17391](https://redirect.github.com/astral-sh/uv/pull/17391)) - Rebuild dynamic distribution when version changes with `--no-cache` ([#​17387](https://redirect.github.com/astral-sh/uv/pull/17387)) ##### Documentation - Add Rust language classifier ([#​17389](https://redirect.github.com/astral-sh/uv/pull/17389)) ### [`v0.9.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0923) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.22...0.9.23) Released on 2026-01-09. ##### Enhancements - Only write portable paths in `RECORD` files ([#​17339](https://redirect.github.com/astral-sh/uv/pull/17339)) - Support relative paths in `UV_PYTHON_BIN_DIR` and `UV_TOOL_BIN_DIR` ([#​17367](https://redirect.github.com/astral-sh/uv/pull/17367)) ##### Preview features - Enable uploads to S3 via pre-signed URLs ([#​17349](https://redirect.github.com/astral-sh/uv/pull/17349)) ##### Configuration - Allow setting proxy variables via global / user configuration ([#​16918](https://redirect.github.com/astral-sh/uv/pull/16918)) - Manually parse and reconcile Boolean environment variables ([#​17321](https://redirect.github.com/astral-sh/uv/pull/17321)) ##### Bug fixes - Avoid broken build artifacts on build failure ([#​17276](https://redirect.github.com/astral-sh/uv/pull/17276)) - Fix missing dependencies on synthetic root in SBOM export ([#​17363](https://redirect.github.com/astral-sh/uv/pull/17363)) - Recognize `armv8l` as an alias for `armv7l` in platform tag parsing ([#​17384](https://redirect.github.com/astral-sh/uv/pull/17384)) - Fix redaction of a URL in a middleware trace log ([#​17346](https://redirect.github.com/astral-sh/uv/pull/17346)) ##### Documentation - Add `index.md` suggestion to `llms.txt` ([#​17362](https://redirect.github.com/astral-sh/uv/pull/17362)) - Clarify that `uv run` uses inexact syncing by default ([#​17366](https://redirect.github.com/astral-sh/uv/pull/17366)) ### [`v0.9.22`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0922) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.21...0.9.22) Released on 2026-01-06. ##### Enhancements - Use a dedicated error message when lockfile can't be found ([#​17318](https://redirect.github.com/astral-sh/uv/pull/17318)) ##### Bug fixes - Filter unusable wheels from the lockfile for more architectures ([#​17317](https://redirect.github.com/astral-sh/uv/pull/17317)) - Correctly count retries originating from early middleware errors ([#​17274](https://redirect.github.com/astral-sh/uv/pull/17274)) ##### Documentation - Clarify requirements file format in docs ([#​17284](https://redirect.github.com/astral-sh/uv/pull/17284)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
|
||||
with:
|
||||
version: "0.9.21"
|
||||
version: "0.9.24"
|
||||
|
||||
- name: "rustfmt"
|
||||
run: cargo fmt --all --check
|
||||
@@ -265,7 +265,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
|
||||
with:
|
||||
version: "0.9.21"
|
||||
version: "0.9.24"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -318,7 +318,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
|
||||
with:
|
||||
version: "0.9.21"
|
||||
version: "0.9.24"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -361,7 +361,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
|
||||
with:
|
||||
version: "0.9.21"
|
||||
version: "0.9.24"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -527,7 +527,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
|
||||
with:
|
||||
version: "0.9.21"
|
||||
version: "0.9.24"
|
||||
|
||||
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
|
||||
|
||||
Reference in New Issue
Block a user