Skip to content

Commit 1ce5c74

Browse files
chore(deps): update dependency uv to v0.9.28 (#308)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [uv](https://pypi.org/project/uv/) ([source](https://redirect.github.com/astral-sh/uv), [changelog](https://redirect.github.com/astral-sh/uv/blob/main/CHANGELOG.md)) | `0.9.18` → `0.9.28` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.9.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.9.18/0.9.28?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.9.28`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0928) [Compare Source](https://redirect.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://redirect.github.com/openssl/openssl/releases/tag/openssl-3.5.5) which includes fixes for high severity CVEs ([python-build-standalone#960](https://redirect.github.com/astral-sh/python-build-standalone/pull/960)) ##### Enhancements - Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://redirect.github.com/astral-sh/uv/pull/17658)) - Warn if multiple indexes include `default = true` ([#&#8203;17713](https://redirect.github.com/astral-sh/uv/pull/17713)) - Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://redirect.github.com/astral-sh/uv/pull/17412)) ##### Configuration - Add a reflink alias for the "clone" link mode ([#&#8203;17724](https://redirect.github.com/astral-sh/uv/pull/17724)) ##### Bug fixes - Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed ([#&#8203;17500](https://redirect.github.com/astral-sh/uv/pull/17500)) ### [`v0.9.27`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0927) [Compare Source](https://redirect.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://redirect.github.com/astral-sh/uv/pull/17652)) - Upgrade to GraalPy 25.0.2 ([#&#8203;17634](https://redirect.github.com/astral-sh/uv/pull/17634)) ##### Enhancements - Add `-t` shortform for `--target` to `uv pip` subcommands ([#&#8203;17501](https://redirect.github.com/astral-sh/uv/pull/17501)) - Add support for ROCm 7.0 and 7.1 accelerator backends ([#&#8203;17681](https://redirect.github.com/astral-sh/uv/pull/17681)) - Further improve free-threading ABI incompatibility errors ([#&#8203;17491](https://redirect.github.com/astral-sh/uv/pull/17491)) - Implement `uv pip freeze --exclude` flag ([#&#8203;17045](https://redirect.github.com/astral-sh/uv/pull/17045)) - Improve warnings for `--system` and `--no-system` in `uv venv` ([#&#8203;17647](https://redirect.github.com/astral-sh/uv/pull/17647)) - Make `uv pip compile` attempt to download a specified `--python-version` if it can. ([#&#8203;17249](https://redirect.github.com/astral-sh/uv/pull/17249)) - Support Trusted Publishing with pyx ([#&#8203;17438](https://redirect.github.com/astral-sh/uv/pull/17438)) - Fix JSON schema for `exclude-newer-package` ([#&#8203;17665](https://redirect.github.com/astral-sh/uv/pull/17665)) ##### Preview features - Better detection for conflicting packages ([#&#8203;17623](https://redirect.github.com/astral-sh/uv/pull/17623)) - Upgrade based on outdated build versions in `uv python upgrade` ([#&#8203;17653](https://redirect.github.com/astral-sh/uv/pull/17653)) ##### Bug fixes - Change chocolatey system test to ensure uv uses the right python ([#&#8203;17533](https://redirect.github.com/astral-sh/uv/pull/17533)) - Fix infinite loop when `SSL_CERT_FILE` is a directory ([#&#8203;17503](https://redirect.github.com/astral-sh/uv/pull/17503)) ##### Documentation - Add cargo-xwin to the CONTRIBUTING guide ([#&#8203;17507](https://redirect.github.com/astral-sh/uv/pull/17507)) - Fix typo in the documentation of UV\_PUBLISH\_INDEX ([#&#8203;17672](https://redirect.github.com/astral-sh/uv/pull/17672)) - Move MSRV to platform support section ([#&#8203;17534](https://redirect.github.com/astral-sh/uv/pull/17534)) - Update the testing instructions in the CONTRIBUTING guide ([#&#8203;17528](https://redirect.github.com/astral-sh/uv/pull/17528)) - Use `--locked` to install `cargo-xwin` in guide ([#&#8203;17530](https://redirect.github.com/astral-sh/uv/pull/17530)) - Warn about PyPy being unmaintained ([#&#8203;17643](https://redirect.github.com/astral-sh/uv/pull/17643)) - docs: Correct gitlab-ci.yml to .gitlab-ci.yml ([#&#8203;17682](https://redirect.github.com/astral-sh/uv/pull/17682)) ##### Other changes - Update MSRV to 1.91 ([#&#8203;17677](https://redirect.github.com/astral-sh/uv/pull/17677)) ### [`v0.9.26`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0926) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.25...0.9.26) Released on 2026-01-15. ##### Python - Add CPython 3.15.0a5 ##### Enhancements - Add a hint to update uv when a managed Python download is not found ([#&#8203;17461](https://redirect.github.com/astral-sh/uv/pull/17461)) - Improve cache initialization failure error message ([#&#8203;17469](https://redirect.github.com/astral-sh/uv/pull/17469)) - Improve error message for abi3 wheels on free-threaded Python ([#&#8203;17442](https://redirect.github.com/astral-sh/uv/pull/17442)) - Add support for `--no-sources-package` ([#&#8203;14910](https://redirect.github.com/astral-sh/uv/pull/14910)) ##### Preview features - Add `METADATA.json` and `WHEEL.json` in uv build backend ([#&#8203;15510](https://redirect.github.com/astral-sh/uv/pull/15510)) - Add support for GCS request signing ([#&#8203;17474](https://redirect.github.com/astral-sh/uv/pull/17474)) - Adjust the process ulimit to the maximum allowed on startup ([#&#8203;17464](https://redirect.github.com/astral-sh/uv/pull/17464)) ##### Bug fixes - Lock to avoid concurrent refresh of pyx tokens ([#&#8203;17479](https://redirect.github.com/astral-sh/uv/pull/17479)) ##### Documentation - Add linting and formatting instructions to the CONTRIBUTING guide ([#&#8203;17470](https://redirect.github.com/astral-sh/uv/pull/17470)) - Avoid rendering `pyproject.toml` examples for more system-level settings ([#&#8203;17462](https://redirect.github.com/astral-sh/uv/pull/17462)) ### [`v0.9.25`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0925) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.24...0.9.25) Released on 2026-01-13. ##### Python - Add CPython 3.15.0a4 - Upgrade Tcl/Tk used by CPython to 9.0 ##### Enhancements - Add `--compile-bytecode` to `uv python install` and `uv python upgrade` to compile the standard library ([#&#8203;17088](https://redirect.github.com/astral-sh/uv/pull/17088)) - Allow disabling `exclude-newer` per package ([#&#8203;16854](https://redirect.github.com/astral-sh/uv/pull/16854)) - Broadcast `WM_SETTINGCHANGE` on `uv tool update-shell` ([#&#8203;17404](https://redirect.github.com/astral-sh/uv/pull/17404)) ##### Preview features - Detect workspace from `uv run` target ([#&#8203;17423](https://redirect.github.com/astral-sh/uv/pull/17423)) ##### Bug fixes - Avoid unwrapping size for file responses ([#&#8203;17434](https://redirect.github.com/astral-sh/uv/pull/17434)) - Use keyring authentication when retrieving `tool@latest` version ([#&#8203;17448](https://redirect.github.com/astral-sh/uv/pull/17448)) - Use latest Pyodide version for each python version ([#&#8203;17372](https://redirect.github.com/astral-sh/uv/pull/17372)) - Improve trampoline file handle closing ([#&#8203;17374](https://redirect.github.com/astral-sh/uv/pull/17374)) - Fix error message when installing musl python on armv7 ([#&#8203;17213](https://redirect.github.com/astral-sh/uv/pull/17213)) ### [`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 ...` ([#&#8203;17391](https://redirect.github.com/astral-sh/uv/pull/17391)) - Rebuild dynamic distribution when version changes with `--no-cache` ([#&#8203;17387](https://redirect.github.com/astral-sh/uv/pull/17387)) ##### Documentation - Add Rust language classifier ([#&#8203;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 ([#&#8203;17339](https://redirect.github.com/astral-sh/uv/pull/17339)) - Support relative paths in `UV_PYTHON_BIN_DIR` and `UV_TOOL_BIN_DIR` ([#&#8203;17367](https://redirect.github.com/astral-sh/uv/pull/17367)) ##### Preview features - Enable uploads to S3 via pre-signed URLs ([#&#8203;17349](https://redirect.github.com/astral-sh/uv/pull/17349)) ##### Configuration - Allow setting proxy variables via global / user configuration ([#&#8203;16918](https://redirect.github.com/astral-sh/uv/pull/16918)) - Manually parse and reconcile Boolean environment variables ([#&#8203;17321](https://redirect.github.com/astral-sh/uv/pull/17321)) ##### Bug fixes - Avoid broken build artifacts on build failure ([#&#8203;17276](https://redirect.github.com/astral-sh/uv/pull/17276)) - Fix missing dependencies on synthetic root in SBOM export ([#&#8203;17363](https://redirect.github.com/astral-sh/uv/pull/17363)) - Recognize `armv8l` as an alias for `armv7l` in platform tag parsing ([#&#8203;17384](https://redirect.github.com/astral-sh/uv/pull/17384)) - Fix redaction of a URL in a middleware trace log ([#&#8203;17346](https://redirect.github.com/astral-sh/uv/pull/17346)) ##### Documentation - Add `index.md` suggestion to `llms.txt` ([#&#8203;17362](https://redirect.github.com/astral-sh/uv/pull/17362)) - Clarify that `uv run` uses inexact syncing by default ([#&#8203;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 ([#&#8203;17318](https://redirect.github.com/astral-sh/uv/pull/17318)) ##### Bug fixes - Filter unusable wheels from the lockfile for more architectures ([#&#8203;17317](https://redirect.github.com/astral-sh/uv/pull/17317)) - Correctly count retries originating from early middleware errors ([#&#8203;17274](https://redirect.github.com/astral-sh/uv/pull/17274)) ##### Documentation - Clarify requirements file format in docs ([#&#8203;17284](https://redirect.github.com/astral-sh/uv/pull/17284)) ### [`v0.9.21`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0921) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.20...0.9.21) Released on 2025-12-30. ##### Bug fixes - Fix regression where zstd distribution hashes were not considered valid ([#&#8203;17265](https://redirect.github.com/astral-sh/uv/pull/17265)) ##### Documentation - Fix a typo in the resolution documentation ([#&#8203;17258](https://redirect.github.com/astral-sh/uv/pull/17258)) - Fix a typo in `python install --default` documentation ([#&#8203;9826](https://redirect.github.com/astral-sh/uv/pull/9826)) ### [`v0.9.20`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0920) Released on 2025-12-29. This is a re-release of 0.9.19, with internal crate versions incremented to enable publishing to crates.io. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month, and on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone America/Mexico_City, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/reservoir-data/tap-socketdev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa19615 commit 1ce5c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
# renovate: datasource=pypi depName=nox
3737
NOX_VERSION: 2025.11.12
3838
# renovate: datasource=pypi depName=uv
39-
UV_VERSION: 0.9.18
39+
UV_VERSION: 0.9.28
4040

4141
jobs:
4242
test:

0 commit comments

Comments
 (0)