chore(deps): update dependency uv to v0.9.28 #10

Merged
BjoernPetersen merged 1 commit from renovate/patch-uv into main 2026-01-30 08:41:46 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
uv patch 0.9.260.9.28

Release Notes

astral-sh/uv (uv)

v0.9.28

Compare Source

Released on 2026-01-29.

Python
Enhancements
  • Add support for Pyodide interpreter on Windows (#​17658)
  • Warn if multiple indexes include default = true (#​17713)
  • Skip uploads when validation reports 'Already uploaded' (#​17412)
Configuration
  • Add a reflink alias for the "clone" link mode (#​17724)
Bug fixes
  • Ensure uv.exe exits when uvw.exe or uvx.exe is killed (#​17500)

v0.9.27

Compare Source

Released on 2026-01-26.

Python
Enhancements
  • Add -t shortform for --target to uv pip subcommands (#​17501)
  • Add support for ROCm 7.0 and 7.1 accelerator backends (#​17681)
  • Further improve free-threading ABI incompatibility errors (#​17491)
  • Implement uv pip freeze --exclude flag (#​17045)
  • Improve warnings for --system and --no-system in uv venv (#​17647)
  • Make uv pip compile attempt to download a specified --python-version if it can. (#​17249)
  • Support Trusted Publishing with pyx (#​17438)
  • Fix JSON schema for exclude-newer-package (#​17665)
Preview features
  • Better detection for conflicting packages (#​17623)
  • Upgrade based on outdated build versions in uv python upgrade (#​17653)
Bug fixes
  • Change chocolatey system test to ensure uv uses the right python (#​17533)
  • Fix infinite loop when SSL_CERT_FILE is a directory (#​17503)
Documentation
  • Add cargo-xwin to the CONTRIBUTING guide (#​17507)
  • Fix typo in the documentation of UV_PUBLISH_INDEX (#​17672)
  • Move MSRV to platform support section (#​17534)
  • Update the testing instructions in the CONTRIBUTING guide (#​17528)
  • Use --locked to install cargo-xwin in guide (#​17530)
  • Warn about PyPy being unmaintained (#​17643)
  • docs: Correct gitlab-ci.yml to .gitlab-ci.yml (#​17682)
Other changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [uv](https://github.com/astral-sh/uv) | patch | `0.9.26` → `0.9.28` | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.9.28`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0928) [Compare Source](https://github.com/astral-sh/uv/compare/0.9.27...0.9.28) Released on 2026-01-29. ##### Python - Update CPython to use [OpenSSL 3.5.5](https://github.com/openssl/openssl/releases/tag/openssl-3.5.5) which includes fixes for high severity CVEs ([python-build-standalone#960](https://github.com/astral-sh/python-build-standalone/pull/960)) ##### Enhancements - Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://github.com/astral-sh/uv/pull/17658)) - Warn if multiple indexes include `default = true` ([#&#8203;17713](https://github.com/astral-sh/uv/pull/17713)) - Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://github.com/astral-sh/uv/pull/17412)) ##### Configuration - Add a reflink alias for the "clone" link mode ([#&#8203;17724](https://github.com/astral-sh/uv/pull/17724)) ##### Bug fixes - Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed ([#&#8203;17500](https://github.com/astral-sh/uv/pull/17500)) ### [`v0.9.27`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0927) [Compare Source](https://github.com/astral-sh/uv/compare/0.9.26...0.9.27) Released on 2026-01-26. ##### Python - Upgrade Pyodide to 0.29.2 ([#&#8203;17652](https://github.com/astral-sh/uv/pull/17652)) - Upgrade to GraalPy 25.0.2 ([#&#8203;17634](https://github.com/astral-sh/uv/pull/17634)) ##### Enhancements - Add `-t` shortform for `--target` to `uv pip` subcommands ([#&#8203;17501](https://github.com/astral-sh/uv/pull/17501)) - Add support for ROCm 7.0 and 7.1 accelerator backends ([#&#8203;17681](https://github.com/astral-sh/uv/pull/17681)) - Further improve free-threading ABI incompatibility errors ([#&#8203;17491](https://github.com/astral-sh/uv/pull/17491)) - Implement `uv pip freeze --exclude` flag ([#&#8203;17045](https://github.com/astral-sh/uv/pull/17045)) - Improve warnings for `--system` and `--no-system` in `uv venv` ([#&#8203;17647](https://github.com/astral-sh/uv/pull/17647)) - Make `uv pip compile` attempt to download a specified `--python-version` if it can. ([#&#8203;17249](https://github.com/astral-sh/uv/pull/17249)) - Support Trusted Publishing with pyx ([#&#8203;17438](https://github.com/astral-sh/uv/pull/17438)) - Fix JSON schema for `exclude-newer-package` ([#&#8203;17665](https://github.com/astral-sh/uv/pull/17665)) ##### Preview features - Better detection for conflicting packages ([#&#8203;17623](https://github.com/astral-sh/uv/pull/17623)) - Upgrade based on outdated build versions in `uv python upgrade` ([#&#8203;17653](https://github.com/astral-sh/uv/pull/17653)) ##### Bug fixes - Change chocolatey system test to ensure uv uses the right python ([#&#8203;17533](https://github.com/astral-sh/uv/pull/17533)) - Fix infinite loop when `SSL_CERT_FILE` is a directory ([#&#8203;17503](https://github.com/astral-sh/uv/pull/17503)) ##### Documentation - Add cargo-xwin to the CONTRIBUTING guide ([#&#8203;17507](https://github.com/astral-sh/uv/pull/17507)) - Fix typo in the documentation of UV\_PUBLISH\_INDEX ([#&#8203;17672](https://github.com/astral-sh/uv/pull/17672)) - Move MSRV to platform support section ([#&#8203;17534](https://github.com/astral-sh/uv/pull/17534)) - Update the testing instructions in the CONTRIBUTING guide ([#&#8203;17528](https://github.com/astral-sh/uv/pull/17528)) - Use `--locked` to install `cargo-xwin` in guide ([#&#8203;17530](https://github.com/astral-sh/uv/pull/17530)) - Warn about PyPy being unmaintained ([#&#8203;17643](https://github.com/astral-sh/uv/pull/17643)) - docs: Correct gitlab-ci.yml to .gitlab-ci.yml ([#&#8203;17682](https://github.com/astral-sh/uv/pull/17682)) ##### Other changes - Update MSRV to 1.91 ([#&#8203;17677](https://github.com/astral-sh/uv/pull/17677)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency uv to v0.9.28
All checks were successful
ci/woodpecker/pr/check-build/1 Pipeline was successful
ci/woodpecker/pr/check-build/2 Pipeline was successful
ci/woodpecker/pr/check-code Pipeline was successful
ci/woodpecker/pr/check-migrations-postgres/1 Pipeline was successful
ci/woodpecker/pr/check-migrations-postgres/2 Pipeline was successful
ci/woodpecker/pr/check-migrations-postgres/3 Pipeline was successful
ci/woodpecker/pr/check-migrations-sqlite Pipeline was successful
ci/woodpecker/pr/checks Pipeline was successful
d4c1e6ac2c
BjoernPetersen deleted branch renovate/patch-uv 2026-01-30 08:41:46 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BjoernPetersen/bs-rate-limiter!10
No description provided.