Skip to content

build(deps-dev): bump uv from 0.9.28 to 0.9.30 - #64

Merged
shamikkarkhanis merged 1 commit into
mainfrom
dependabot/uv/uv-0.9.30
Feb 5, 2026
Merged

build(deps-dev): bump uv from 0.9.28 to 0.9.30#64
shamikkarkhanis merged 1 commit into
mainfrom
dependabot/uv/uv-0.9.30

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 5, 2026

Copy link
Copy Markdown
Contributor

Bumps uv from 0.9.28 to 0.9.30.

Release notes

Sourced from uv's releases.

0.9.30

Release Notes

Released on 2026-02-04.

Python

  • Add CPython 3.14.3 and 3.13.12 (#17849)

Enhancements

  • Allow comma-separated values for --extra option (#17525)
  • Check all files during a dry-run publish instead of stopping at the first failure (#17785)
  • Clarify UV_HTTP_TIMEOUT error message (#17493)

Preview features

  • Use relocatable virtual environments by default (#17770)

Bug fixes

  • Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • Ignore global Python pins when incompatible with project (#15473)

Install uv 0.9.30

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.9.30

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.9.30

Released on 2026-02-04.

Python

  • Add CPython 3.14.3 and 3.13.12 (#17849)

Enhancements

  • Allow comma-separated values for --extra option (#17525)
  • Check all files during a dry-run publish instead of stopping at the first failure (#17785)
  • Clarify UV_HTTP_TIMEOUT error message (#17493)

Preview features

  • Use relocatable virtual environments by default (#17770)

Bug fixes

  • Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • Ignore global Python pins when incompatible with project (#15473)

0.9.29

Released on 2026-02-03.

Python

  • Update to Pyodide 0.29.3 (#17730)

Enhancements

  • Add wheel-tag-style aliases for manylinux platform names (#17750)
  • Hint on uv version --bump dev similar to pre-release bumps (#17796)
  • Improve display of RFC 9457 Problem Detail responses in uv publish server errors (#17787)
  • Improve the wording of publish errors during dry-run (#17782)
  • Set backoff to 10 retries (#17816)
  • Add properties to synthentic and project roots in Cyclone DX exports (#17820)
  • Identify the invidividual clients in uv publish trace logs (#17784)

Preview features

  • Remove special casing for base and default conda environment names (#17758)

Bug fixes

  • Fix PYTHONHOME inheritance when spawning different Python versions (#17821)
  • Fix wheel rejections on freethreading+debug builds (#17812)
  • Pad with zeros during comparisons in EqualStar and NotEqualStar operators (#17751)

... (truncated)

Commits
  • ea45608 Bump version to 0.9.30 (#17865)
  • 5d978e8 Add CPython 3.14.3 and 3.13.12 (#17849)
  • 031f917 fix(settings): clarify UV_HTTP_TIMEOUT error message (#17493)
  • d44e65e Use relocatable virtual environments by default (#17770)
  • 7c06784 Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • 30e2c2b Allow comma-separated values in uv sync --extra (#17525)
  • cd49736 Ignore global Python pins when incompatible with requires-python (#15473)
  • 876023a Check all files during a dry-run publish instead of stopping at the first fai...
  • eadc223 Improve the pull request title for versions repository updates (#17843)
  • 1f1321d Bump version to 0.9.29 (#17837)
  • 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.9.28 to 0.9.30.
- [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.9.28...0.9.30)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.9.30
  dependency-type: direct:development
  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:uv Pull requests that update python:uv code labels Feb 5, 2026
@shamikkarkhanis
shamikkarkhanis merged commit d3af8ea into main Feb 5, 2026
3 checks passed
@shamikkarkhanis
shamikkarkhanis deleted the dependabot/uv/uv-0.9.30 branch February 5, 2026 19:48
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant