chore(deps): update dependency aqua:astral-sh/uv to v0.8.14 #323

Merged
joao.dubas merged 1 commits from renovate/aqua-astral-sh-uv-0.x into main 2025-09-01 16:20:06 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
aqua:astral-sh/uv patch 0.8.13 -> 0.8.14

Release Notes

astral-sh/uv (aqua:astral-sh/uv)

v0.8.14

Compare Source

Python
  • Add managed CPython distributions for aarch64 musl
Enhancements
  • Add --python-platform to uv pip check (#​15486)
  • Add an environment variable for UV_ISOLATED (#​15428)
  • Add logging to the uv build backend (#​15533)
  • Allow more trailing null bytes in zip files (#​15452)
  • Allow pinning managed Python versions to specific build versions (#​15314)
  • Cache PyTorch wheels by default (#​15481)
  • Reject already-installed wheels that don't match the target platform (#​15484)
  • Add --no-install-local option to uv sync, uv add and uv export (#​15328)
  • Include cycle error message in uv pip CLI (#​15453)
Preview features
  • Fix format of {version} on uv format failure (#​15527)
  • Lock during installs in uv format to prevent races (#​15551)
  • Respect --project in uv format (#​15438)
  • Run uv format in the project root (#​15440)
Configuration
  • Add file-to-CLI overrides for build isolation configuration (#​15437)
  • Add file-to-CLI overrides for reinstall configuration (#​15426)
Performance
  • Cache WHEEL and METADATA reads in installed distributions (#​15489)
Bug fixes
  • Avoid erroring when creating venv in current working directory (#​15537)
  • Avoid introducing unnecessary system dependency on CUDA (#​15449)
  • Clear discovered site packages when creating virtual environment (#​15522)
  • Read index credentials from the environment during uv publish checks (#​15545)
  • Refuse to remove non-virtual environments in uv venv (#​15538)
  • Stop setting CLICOLOR_FORCE=1 when calling build backends (#​15472)
  • Support file or directory removal for Windows symlinks (#​15543)
Documentation
  • Fix GitHub guide highlight lines (#​15443)
  • Move Resolver to new Internals section in the Reference (#​15465)
  • Split the "Authentication" page into sections (#​15575)
  • Update uninstall docs to mention uvw.exe needs to be removed (#​15536)

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.


  • 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 | |---|---|---| | [aqua:astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.8.13` -> `0.8.14` | --- ### Release Notes <details> <summary>astral-sh/uv (aqua:astral-sh/uv)</summary> ### [`v0.8.14`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0814) [Compare Source](https://github.com/astral-sh/uv/compare/0.8.13...0.8.14) ##### Python - Add managed CPython distributions for aarch64 musl ##### Enhancements - Add `--python-platform` to `uv pip check` ([#&#8203;15486](https://github.com/astral-sh/uv/pull/15486)) - Add an environment variable for `UV_ISOLATED` ([#&#8203;15428](https://github.com/astral-sh/uv/pull/15428)) - Add logging to the uv build backend ([#&#8203;15533](https://github.com/astral-sh/uv/pull/15533)) - Allow more trailing null bytes in zip files ([#&#8203;15452](https://github.com/astral-sh/uv/pull/15452)) - Allow pinning managed Python versions to specific build versions ([#&#8203;15314](https://github.com/astral-sh/uv/pull/15314)) - Cache PyTorch wheels by default ([#&#8203;15481](https://github.com/astral-sh/uv/pull/15481)) - Reject already-installed wheels that don't match the target platform ([#&#8203;15484](https://github.com/astral-sh/uv/pull/15484)) - Add `--no-install-local` option to `uv sync`, `uv add` and `uv export` ([#&#8203;15328](https://github.com/astral-sh/uv/pull/15328)) - Include cycle error message in `uv pip` CLI ([#&#8203;15453](https://github.com/astral-sh/uv/pull/15453)) ##### Preview features - Fix format of `{version}` on `uv format` failure ([#&#8203;15527](https://github.com/astral-sh/uv/pull/15527)) - Lock during installs in `uv format` to prevent races ([#&#8203;15551](https://github.com/astral-sh/uv/pull/15551)) - Respect `--project` in `uv format` ([#&#8203;15438](https://github.com/astral-sh/uv/pull/15438)) - Run `uv format` in the project root ([#&#8203;15440](https://github.com/astral-sh/uv/pull/15440)) ##### Configuration - Add file-to-CLI overrides for build isolation configuration ([#&#8203;15437](https://github.com/astral-sh/uv/pull/15437)) - Add file-to-CLI overrides for reinstall configuration ([#&#8203;15426](https://github.com/astral-sh/uv/pull/15426)) ##### Performance - Cache `WHEEL` and `METADATA` reads in installed distributions ([#&#8203;15489](https://github.com/astral-sh/uv/pull/15489)) ##### Bug fixes - Avoid erroring when creating `venv` in current working directory ([#&#8203;15537](https://github.com/astral-sh/uv/pull/15537)) - Avoid introducing unnecessary system dependency on CUDA ([#&#8203;15449](https://github.com/astral-sh/uv/pull/15449)) - Clear discovered site packages when creating virtual environment ([#&#8203;15522](https://github.com/astral-sh/uv/pull/15522)) - Read index credentials from the environment during `uv publish` checks ([#&#8203;15545](https://github.com/astral-sh/uv/pull/15545)) - Refuse to remove non-virtual environments in `uv venv` ([#&#8203;15538](https://github.com/astral-sh/uv/pull/15538)) - Stop setting `CLICOLOR_FORCE=1` when calling build backends ([#&#8203;15472](https://github.com/astral-sh/uv/pull/15472)) - Support file or directory removal for Windows symlinks ([#&#8203;15543](https://github.com/astral-sh/uv/pull/15543)) ##### Documentation - Fix GitHub guide highlight lines ([#&#8203;15443](https://github.com/astral-sh/uv/pull/15443)) - Move Resolver to new Internals section in the Reference ([#&#8203;15465](https://github.com/astral-sh/uv/pull/15465)) - Split the "Authentication" page into sections ([#&#8203;15575](https://github.com/astral-sh/uv/pull/15575)) - Update uninstall docs to mention `uvw.exe` needs to be removed ([#&#8203;15536](https://github.com/astral-sh/uv/pull/15536)) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-09-01 00:13:57 +00:00
joao.dubas merged commit c1eb8bc413 into main 2025-09-01 16:20:06 +00:00
joao.dubas deleted branch renovate/aqua-astral-sh-uv-0.x 2025-09-01 16:20:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#323
No description provided.