| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests.
|
Sorry, something went wrong.
Merging this PR will not alter performance✅ 6 untouched benchmarks Comparing renovate/ghcr.io-astral-sh-uv-0.x (ed8893f) with main (5873869) |
Sorry, something went wrong.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)v0.11.19
Compare Source
Released on 2026-06-03.
Python
Enhancements
Preview features
Bug fixes
v0.11.18
Compare Source
Released on 2026-06-01.
Performance
Preview
Bug fixes
Other changes
v0.11.17
Compare Source
Released on 2026-05-28.
Enhancements
Preview features
Bug fixes
Documentation
v0.11.16
Compare Source
Released on 2026-05-21.
Enhancements
Preview features
Configuration
Bug fixes
Documentation
v0.11.15
Compare Source
Released on 2026-05-18.
Security
Enhancements
Preview
Configuration
Performance
Bug fixes
Documentation
v0.11.14
Compare Source
Released on 2026-05-12.
Enhancements
Bug fixes
v0.11.13
Compare Source
Released on 2026-05-10.
Bug fixes
Python
v0.11.12
Compare Source
Released on 2026-05-08.
Python
Enhancements
Bug fixes
Respect --no-dev over UV_DEV=1 (#19313)
Don't suggest non-existent --no-frozen flag (#19290) (#19294)
Documentation
v0.11.11
Compare Source
Released on 2026-05-06.
Bug fixes
v0.11.10
Compare Source
Released on 2026-05-05.
Bug fixes
v0.11.9
Compare 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
Enhancements
Preview
Bug fixes
Documentation
v0.11.8
Compare Source
Released on 2026-04-27.
Enhancements
Configuration
Bug fixes
Documentation
v0.11.7
Compare Source
Released on 2026-04-15.
Python
Enhancements
Preview features
Bug fixes
v0.11.6
Compare Source
Released on 2026-04-09.
Bug fixes
v0.11.5
Compare Source
Released on 2026-04-08.
Python
Enhancements
Preview features
Bug fixes
Documentation
v0.11.4
Compare Source
Released on 2026-04-07.
Python
Enhancements
Bug fixes
Documentation
v0.11.3
Compare Source
Released on 2026-04-01.
Enhancements
Preview features
Bug fixes
Documentation
v0.11.2
Compare Source
Released on 2026-03-26.
Enhancements
Preview features
Bug fixes
v0.11.1
Compare Source
Released on 2026-03-24.
Bug fixes
Documentation
v0.11.0
Compare 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-verifier is used instead of rustls-native-certs and webpki for 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.
See the CONTRIBUTING guide for details.
Empty SSL_CERT_FILE values are ignored (for consistency with SSL_CERT_DIR)
See #18550 for details.
Python
See the python-build-standalone release notes for details.
Enhancements
Preview features
Performance
Bug fixes
Documentation
v0.10.12
Compare Source
Released on 2026-03-19.
Python
Enhancements
Preview features
Bug fixes
Documentation
v0.10.11
Compare Source
Released on 2026-03-16.
Enhancements
Performance
Bug fixes
Documentation
v0.10.10
Compare Source
Released on 2026-03-13.
Python
Enhancements
Preview features
Bug fixes
Documentation
v0.10.9
Compare Source
Released on 2026-03-06.
Enhancements
Configuration
Performance
Bug fixes
Documentation
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.