You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.
Bug fixes
Do not remove files outside the venv on uninstall (#18942)
Validate and heal wheel RECORD during installation (#18943)
Avoid uv cache clean errors due to Win32 path normalization (#18856)
This release includes changes to the networking stack used by uv. While we think that breakage will be rare, it is possible that these changes will result in the rejection of certificates previously trusted by uv so we have marked the change as breaking out of an abundance of caution.
The changes are largely driven by the upgrade of reqwest, which powers uv's HTTP clients, to v0.13 which included some breaking changes to TLS certificate verification.
This change should have no effect unless you are using the native-tls option to enable reading system certificates.
rustls-platform-verifier delegates to the system for certificate validation (e.g., Security.framework on macOS) instead of eagerly loading certificates from the system and verifying them via webpki. The effects of this change will vary based on the operating system. In general, uv's certificate validation should now be more consistent with browsers and other native applications. However, this is the most likely cause of breaking changes in this release. Some previously failing certificate chains may succeed, and some previously accepted certificate chains may fail. In either case, we expect the validation to be more correct and welcome reports of regressions.
In particular, because more responsibility for validating the certificate is transferred to your system's security library, some features like CA constraints or revocation of certificates via OCSP and CRLs may now be used.
This change should improve performance when using system certificate on macOS, as uv no longer needs to load all certificates from the keychain at startup.
aws-lc is used instead of ring for a cryptography backend
There should not be breaking changes from this change. We expect this to expand support for certificate signature algorithms.
--native-tls is deprecated in favor of a new --system-certs flag
The --native-tls flag is still usable and has identical behavior to --system-certs.
This change was made to reduce confusion about the TLS implementation uv uses. uv always uses rustls not native-tls.
Building uv on x86-64 and i686 Windows requires NASM
NASM is required by aws-lc. If not found on the system, a prebuilt blob provided by aws-lc-sys will be used.
If you are not building uv from source, this change has no effect.
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 18, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 18, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 18, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 20, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 20, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 21, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 21, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 21, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 21, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 22, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 23, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
chore(deps): update dependency astral-sh/uv to 0.11.*
Update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
rtuszik
changed the title
Update dependency astral-sh/uv to 0.11.*
chore(deps): update dependency astral-sh/uv to 0.11.*
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.*→0.11.*Release Notes
astral-sh/uv (astral-sh/uv)
v0.11.10Compare Source
Released on 2026-05-05.
Bug fixes
v0.11.9Compare Source
Released on 2026-05-04.
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
For more context, see the announcement, issue, and pull request.
Issues with the new release can be reported in the uv or CPython issue trackers.
Python
libpythonto match LinuxEnhancements
Preview
uv auditadd reporting for adverse project statuses (#19128)Bug fixes
requires-pythonpins a version (#18700)LockedFile::dropon Wine (#19229)top_level.txtin.egg-info(#19114)PYTHONHOMEand only set__PYVENV_LAUNCHER__for virtual environments (#19199)Documentation
--native-tlsandUV_NATIVE_TLSas deprecated (#18705)pytorch-triton-rocmto PyTorch ROCm docs (#19241)uv initcreates git files / folders in the projects guide (#19183)v0.11.8Compare Source
Released on 2026-04-27.
Enhancements
--python-downloads-json-urltopython pin(#19092)pip uninstall -y(#19082)exclude-newerto be missing from the lockfile whenexclude-newer-spanis present (#19024)uv self version --short(#19019)SSL_CERT_DIRdirectory (#19018)exclude-newerandexclude-newer-packagevalues in lockfiles (#19022, #19101)Configuration
UV_PYTHON_NO_REGISTRY(#19035)UV_NO_PROJECT(#19052)UV_PYTHON_SEARCH_PATHfor Python discoveryPATHoverrides (#19034)Bug fixes
rust-toolchain.tomlto uv-build sdist (#19131)uv lockon apyproject.tomlthat only contains dependency-groups (#19087).python-version(#19102).tar.zstwheels (#19144)Distributions
Documentation
v0.11.7Compare Source
Released on 2026-04-15.
Python
2026041including an OpenSSL security upgrade (#19004)Enhancements
required-versionmismatches (#18977)--exclude-newerhints (#18952)Preview features
--scripthandling inuv audit(#18970)uv audit(#18970)Bug fixes
workspace metadatain linehaul data (#18966)uv sync --checkfailures (#18976)~=operators (#18960)v0.11.6Compare Source
Released on 2026-04-09.
This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.
Bug fixes
RECORDduring installation (#18943)uv cache cleanerrors due to Win32 path normalization (#18856)v0.11.5Compare Source
Released on 2026-04-08.
Python
Enhancements
build_system.requireserror message (#18911)Preview features
exclude-newerto[[tool.uv.index]](#18839)uv audit: add context/warnings for ignored vulnerabilities (#18905)Bug fixes
Documentation
PIP_COMPATIBILITY.mdredirect file (#18928)uv init example-bare --bareexamples (#18822, #18925)v0.11.4Compare Source
Released on 2026-04-07.
Enhancements
--upgrade-group(#18266)Bug fixes
pyproject.tomldependencies (#18786)--lockedand--frozenwhen script lockfile is missing (#18832)uv exportextra resolution for workspace member and conflicting extras (#18888)exclude-newervalues duringuv tree --outdated(#18899)--exclude-newerinuv tool list --outdated(#18861)Cargo.lockinuv-buildsource distributions (#18831)Documentation
--exclude-newercompares artifact upload times (#18830)v0.11.3Compare Source
Released on 2026-04-01.
Enhancements
uv workspace metadatawith dependency information from the lock (#18356)/installers/uv/lateston the mirror (#18725)Preview features
--ignoreand--ignore-until-fixedtouv audit(#18737)Bug fixes
blake2bhashes (#18794)powerpc64-unknown-linux-gnufrom release build targets (#18800)uv pip check(#18742)Documentation
falseopt-out forexclude-newer-package(#18768, #18803)v0.11.2Compare Source
Released on 2026-03-26.
Enhancements
uv self updatefetch the manifest from the mirror first (#18679)uv self updatesuccess and failure messages with--quiet(#18645)Preview features
Bug fixes
uv run(#17890)v0.11.1Compare Source
Released on 2026-05-05.
Bug fixes
v0.11.0Compare Source
Released on 2026-03-23.
Breaking changes
This release includes changes to the networking stack used by uv. While we think that breakage will be rare, it is possible that these changes will result in the rejection of certificates previously trusted by uv so we have marked the change as breaking out of an abundance of caution.
The changes are largely driven by the upgrade of reqwest, which powers uv's HTTP clients, to v0.13 which included some breaking changes to TLS certificate verification.
The following changes are included:
rustls-platform-verifieris used instead ofrustls-native-certsandwebpkifor certificate verificationThis change should have no effect unless you are using the
native-tlsoption to enable reading system certificates.rustls-platform-verifierdelegates to the system for certificate validation (e.g.,Security.frameworkon macOS) instead of eagerly loading certificates from the system and verifying them viawebpki. The effects of this change will vary based on the operating system. In general, uv's certificate validation should now be more consistent with browsers and other native applications. However, this is the most likely cause of breaking changes in this release. Some previously failing certificate chains may succeed, and some previously accepted certificate chains may fail. In either case, we expect the validation to be more correct and welcome reports of regressions.In particular, because more responsibility for validating the certificate is transferred to your system's security library, some features like CA constraints or revocation of certificates via OCSP and CRLs may now be used.
This change should improve performance when using system certificate on macOS, as uv no longer needs to load all certificates from the keychain at startup.
aws-lcis used instead ofringfor a cryptography backendThere should not be breaking changes from this change. We expect this to expand support for certificate signature algorithms.
--native-tlsis deprecated in favor of a new--system-certsflagThe
--native-tlsflag is still usable and has identical behavior to--system-certs.This change was made to reduce confusion about the TLS implementation uv uses. uv always uses
rustlsnotnative-tls.Building uv on x86-64 and i686 Windows requires NASM
NASM is required by
aws-lc. If not found on the system, a prebuilt blob provided byaws-lc-syswill be used.If you are not building uv from source, this change has no effect.
See the CONTRIBUTING guide for details.
Empty
SSL_CERT_FILEvalues are ignored (for consistency withSSL_CERT_DIR)See #18550 for details.
Python
See the python-build-standalone release notes for details.
Enhancements
Preview features
--service-formatand--service-urltouv audit(#18571)Performance
Bug fixes
uv tool list --outdated(#18586)uv exportfor workspace member packages with conflicts (#18635)Documentation
FLASH_ATTENTION_SKIP_CUDA_BUILDguidance forflash-attninstalls (#18473)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.