chore(deps): update dependency uv to v0.10.12 #42

Merged
BjoernPetersen merged 1 commit from renovate/patch-uv into main 2026-03-24 19:18:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
uv patch 0.10.100.10.12

Release Notes

astral-sh/uv (uv)

v0.10.12

Compare Source

Released on 2026-03-19.

Python
Enhancements
  • Include uv's target triple in version report (#​18520)
  • Allow comma separated values in --no-emit-package (#​18565)
Preview features
Bug fixes
  • Improve reporting of managed interpreter symlinks in uv python list (#​18459)
  • Preserve end-of-line comments on previous entries when removing dependencies (#​18557)
  • Treat abi3 wheel Python version as a lower bound (#​18536)
  • Detect hard-float support on aarch64 kernels running armv7 userspace (#​18530)
Documentation
  • Add Python 3.15 to supported versions (#​18552)
  • Adjust the PyPy note (#​18548)
  • Move Pyodide to Tier 2 in the Python support policy (#​18561)
  • Move Rust and Python version support out of the Platform support policy (#​18535)
  • Update Docker guide with changes from uv-docker-example (#​18558)
  • Update the Python version policy (#​18559)

v0.10.11

Compare Source

Released on 2026-03-16.

Enhancements
  • Fetch Ruff release metadata from an Astral mirror (#​18358)
  • Use PEP 639 license metadata for uv itself (#​16477)
Performance
  • Improve distribution id performance (#​18486)
Bug fixes
  • Allow --project to refer to a pyproject.toml directly and reduce to a warning on other files (#​18513)
  • Disable SYSTEM_VERSION_COMPAT when querying interpreters on macOS (#​18452)
  • Enforce available distributions for supported environments (#​18451)
  • Fix uv sync --active recreating active environments when UV_PYTHON_INSTALL_DIR is relative (#​18398)
Documentation
  • Add missing -o requirements.txt in uv pip compile example (#​12308)
  • Link to organization security policy (#​18449)
  • Link to the AI policy in the contributing guide (#​18448)

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.10.10` → `0.10.12` | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.10.12`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012) [Compare Source](https://github.com/astral-sh/uv/compare/0.10.11...0.10.12) Released on 2026-03-19. ##### Python - Add pypy 3.11.15 ([#&#8203;18468](https://github.com/astral-sh/uv/pull/18468)) - Add support for using Python 3.6 interpreters ([#&#8203;18454](https://github.com/astral-sh/uv/pull/18454)) ##### Enhancements - Include uv's target triple in version report ([#&#8203;18520](https://github.com/astral-sh/uv/pull/18520)) - Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://github.com/astral-sh/uv/pull/18565)) ##### Preview features - Show `uv audit` in the CLI help ([#&#8203;18540](https://github.com/astral-sh/uv/pull/18540)) ##### Bug fixes - Improve reporting of managed interpreter symlinks in `uv python list` ([#&#8203;18459](https://github.com/astral-sh/uv/pull/18459)) - Preserve end-of-line comments on previous entries when removing dependencies ([#&#8203;18557](https://github.com/astral-sh/uv/pull/18557)) - Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://github.com/astral-sh/uv/pull/18536)) - Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://github.com/astral-sh/uv/pull/18530)) ##### Documentation - Add Python 3.15 to supported versions ([#&#8203;18552](https://github.com/astral-sh/uv/pull/18552)) - Adjust the PyPy note ([#&#8203;18548](https://github.com/astral-sh/uv/pull/18548)) - Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://github.com/astral-sh/uv/pull/18561)) - Move Rust and Python version support out of the Platform support policy ([#&#8203;18535](https://github.com/astral-sh/uv/pull/18535)) - Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://github.com/astral-sh/uv/pull/18558)) - Update the Python version policy ([#&#8203;18559](https://github.com/astral-sh/uv/pull/18559)) ### [`v0.10.11`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011) [Compare Source](https://github.com/astral-sh/uv/compare/0.10.10...0.10.11) Released on 2026-03-16. ##### Enhancements - Fetch Ruff release metadata from an Astral mirror ([#&#8203;18358](https://github.com/astral-sh/uv/pull/18358)) - Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://github.com/astral-sh/uv/pull/16477)) ##### Performance - Improve distribution id performance ([#&#8203;18486](https://github.com/astral-sh/uv/pull/18486)) ##### Bug fixes - Allow `--project` to refer to a `pyproject.toml` directly and reduce to a warning on other files ([#&#8203;18513](https://github.com/astral-sh/uv/pull/18513)) - Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://github.com/astral-sh/uv/pull/18452)) - Enforce available distributions for supported environments ([#&#8203;18451](https://github.com/astral-sh/uv/pull/18451)) - Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR` is relative ([#&#8203;18398](https://github.com/astral-sh/uv/pull/18398)) ##### Documentation - Add missing `-o requirements.txt` in `uv pip compile` example ([#&#8203;12308](https://github.com/astral-sh/uv/pull/12308)) - Link to organization security policy ([#&#8203;18449](https://github.com/astral-sh/uv/pull/18449)) - Link to the AI policy in the contributing guide ([#&#8203;18448](https://github.com/astral-sh/uv/pull/18448)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency uv to v0.10.12
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
130b702061
BjoernPetersen deleted branch renovate/patch-uv 2026-03-24 19:18:52 +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-nats-updater!42
No description provided.