Skip to content

Bump uv from 0.10.9 to 0.11.3#535

Merged
edmorley merged 3 commits intomainfrom
dependabot/pip/uv-0.11.3
Apr 2, 2026
Merged

Bump uv from 0.10.9 to 0.11.3#535
edmorley merged 3 commits intomainfrom
dependabot/pip/uv-0.11.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps uv from 0.10.9 to 0.11.3.

Release notes

Sourced from uv's releases.

0.11.3

Release Notes

Released on 2026-04-01.

Enhancements

  • Add progress bar for hashing phase in uv publish (#18752)
  • Add support for ROCm 7.2 (#18730)
  • Emit abi3t tags for every abi3 version (#18777)
  • Expand uv workspace metadata with dependency information from the lock (#18356)
  • Implement support for PEP 803 (#18767)
  • Pretty-print platform in built wheel errors (#18738)
  • Publish installers to /installers/uv/latest on the mirror (#18725)
  • Show free-threaded Python in built-wheel errors (#18740)

Preview features

  • Add --ignore and --ignore-until-fixed to uv audit (#18737)

Bug fixes

  • Bump simple API cache (#18797)
  • Don't drop blake2b hashes (#18794)
  • Handle broken range request implementations (#18780)
  • Remove powerpc64-unknown-linux-gnu from release build targets (#18800)
  • Respect dependency metadata overrides in uv pip check (#18742)
  • Support debug CPython ABI tags in environment compatibility (#18739)

Documentation

  • Document false opt-out for exclude-newer-package (#18768, #18803)

Install uv 0.11.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.11.3

| File | Platform | Checksum |

... (truncated)

Changelog

Sourced from uv's changelog.

0.11.3

Released on 2026-04-01.

Enhancements

  • Add progress bar for hashing phase in uv publish (#18752)
  • Add support for ROCm 7.2 (#18730)
  • Emit abi3t tags for every abi3 version (#18777)
  • Expand uv workspace metadata with dependency information from the lock (#18356)
  • Implement support for PEP 803 (#18767)
  • Pretty-print platform in built wheel errors (#18738)
  • Publish installers to /installers/uv/latest on the mirror (#18725)
  • Show free-threaded Python in built-wheel errors (#18740)

Preview features

  • Add --ignore and --ignore-until-fixed to uv audit (#18737)

Bug fixes

  • Bump simple API cache (#18797)
  • Don't drop blake2b hashes (#18794)
  • Handle broken range request implementations (#18780)
  • Remove powerpc64-unknown-linux-gnu from release build targets (#18800)
  • Respect dependency metadata overrides in uv pip check (#18742)
  • Support debug CPython ABI tags in environment compatibility (#18739)

Documentation

  • Document false opt-out for exclude-newer-package (#18768, #18803)

0.11.2

Released on 2026-03-26.

Enhancements

  • Add a dedicated Windows PE editing error (#18710)
  • Make uv self update fetch the manifest from the mirror first (#18679)
  • Use uv reqwest client for self update (#17982)
  • Show uv self update success and failure messages with --quiet (#18645)

Preview features

  • Evaluate extras and groups when determining auditable packages (#18511)

Bug fixes

  • Skip redundant project configuration parsing for uv run (#17890)

... (truncated)

Commits

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.9 to 0.11.3.
- [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.9...0.11.3)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Dependabot PRs that update Python dependencies labels Apr 2, 2026
@dependabot dependabot bot requested a review from edmorley as a code owner April 2, 2026 11:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Dependabot PRs that update Python dependencies labels Apr 2, 2026
@edmorley edmorley requested a review from a team as a code owner April 2, 2026 12:04
@edmorley edmorley merged commit 104acb4 into main Apr 2, 2026
6 checks passed
@edmorley edmorley deleted the dependabot/pip/uv-0.11.3 branch April 2, 2026 12:08
heroku-linguist bot added a commit that referenced this pull request Apr 2, 2026
## heroku/python

### Changed

- Updated Poetry from 2.3.2 to 2.3.3. ([#532](#532))
- Updated uv from 0.10.9 to 0.11.3. ([#535](#535))
@heroku-linguist heroku-linguist bot mentioned this pull request Apr 2, 2026
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Apr 2, 2026
## heroku/python

### Changed

- Updated Poetry from 2.3.2 to 2.3.3. ([#532](heroku/buildpacks-python#532))
- Updated uv from 0.10.9 to 0.11.3. ([#535](heroku/buildpacks-python#535))
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 Dependabot PRs that update Python dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant