Skip to content

chore(deps): bump uv from 0.10.11 to 0.10.12#385

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/pip/uv-0.10.12
Mar 20, 2026
Merged

chore(deps): bump uv from 0.10.11 to 0.10.12#385
mergify[bot] merged 1 commit intomainfrom
dependabot/pip/uv-0.10.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps uv from 0.10.11 to 0.10.12.

Release notes

Sourced from uv's releases.

0.10.12

Release Notes

Released on 2026-03-19.

Python

  • Add pypy 3.11.15 (#18468)
  • Add support for using Python 3.6 interpreters (#18454)

Enhancements

  • Include uv's target triple in version report (#18520)
  • Allow comma separated values in --no-emit-package (#18565)

Preview features

  • Show uv audit in the CLI help (#18540)

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)

Install uv 0.10.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from uv's changelog.

0.10.12

Released on 2026-03-19.

Python

  • Add pypy 3.11.15 (#18468)
  • Add support for using Python 3.6 interpreters (#18454)

Enhancements

  • Include uv's target triple in version report (#18520)
  • Allow comma separated values in --no-emit-package (#18565)

Preview features

  • Show uv audit in the CLI help (#18540)

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)
Commits
  • 00d72da Bump version to 0.10.12 (#18578)
  • f13abc3 Use a Termux image with Python pre-installed instead (#18573)
  • b03b033 Move is_explicit check to PythonSource (#18569)
  • d7da792 Consolidate PythonPreference enforcement (#18567)
  • bd2e0c9 Allow comma separated values in --no-emit-package (#18565)
  • 5e25583 Construct PythonInstallation early instead of passing around source / inter...
  • 6d628da Preserve end-of-line comments on previous entries when removing dependencies ...
  • 46c9bac download-metadata: Use ndjson instead of GH releases for CPython (#18406)
  • 481d99b Include uv's target triple in version report (#18520)
  • c276064 Improve reporting of managed interpreter symlinks in uv python list (#18459)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uv](https://github.com/astral-sh/uv) from 0.10.11 to 0.10.12.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.10.11...0.10.12)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.10.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 20, 2026
@mergify mergify bot deployed to Mergify Merge Protections March 20, 2026 08:06 Active
@mergify
Copy link

mergify bot commented Mar 20, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = codespell
    • check-success = test (3.10)
    • check-success = test (3.11)
    • check-success = test (3.12)
    • check-success = test (3.13)
    • check-success = test (3.14)
    • check-success = test (3.8)
    • check-success = test (3.9)

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@mergify
Copy link

mergify bot commented Mar 20, 2026

Merge Queue Status

  • Entered queue2026-03-20 08:08 UTC · Rule: default
  • Checks skipped · PR is already up-to-date
  • Merged2026-03-20 08:08 UTC · at 21093f50c149ef5d2d40790e2a936d84587e07a5

This pull request spent 10 seconds in the queue, with no time running CI.

Required conditions to merge

@mergify mergify bot added the queued label Mar 20, 2026
@mergify mergify bot merged commit 5f65bc2 into main Mar 20, 2026
12 checks passed
@mergify mergify bot removed the queued label Mar 20, 2026
@mergify mergify bot deleted the dependabot/pip/uv-0.10.12 branch March 20, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

0 participants