Skip to content

chore(deps): update dependency uv to v0.11.0#617

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/uv-0.x
Open

chore(deps): update dependency uv to v0.11.0#617
renovate[bot] wants to merge 1 commit intomainfrom
renovate/uv-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2026

This PR contains the following updates:

Package Change Age Confidence
uv (source, changelog) ==0.10.12==0.11.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/uv (uv)

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
  • Enable frame pointers for improved profiling on Linux x86-64 and aarch64

See the python-build-standalone release notes for details.

Enhancements
  • Treat 'Dynamic' values as case-insensitive (#​18669)
  • Use a dedicated error for invalid cache control headers (#​18657)
  • Enable checksum verification in the generated installer script (#​18625)
Preview features
  • Add --service-format and --service-url to uv audit (#​18571)
Performance
  • Avoid holding flat index lock across indexes (#​18659)
Bug fixes
  • Find the dynamic linker on the file system when sniffing binaries fails (#​18457)
  • Fix export of conflicting workspace members with dependencies (#​18666)
  • Respect installed settings in uv tool list --outdated (#​18586)
  • Treat paths originating as PEP 508 URLs which contain expanded variables as relative (#​18680)
  • Fix uv export for workspace member packages with conflicts (#​18635)
  • Continue to alternative authentication providers when the pyx store has no token (#​18425)
  • Use redacted URLs for log messages in cached client (#​18599)
Documentation
  • Add details on Linux versions to the platform policy (#​18574)
  • Clarify FLASH_ATTENTION_SKIP_CUDA_BUILD guidance for flash-attn installs (#​18473)
  • Split the dependency bots page into two separate pages (#​18597)
  • Split the alternative indexes page into separate pages (#​18607)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/uv-0.x branch 3 times, most recently from c13ec05 to a0c94d5 Compare February 27, 2026 22:05
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.6 chore(deps): update dependency uv to v0.10.7 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 4 times, most recently from 3473db0 to 7841464 Compare March 2, 2026 14:55
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.7 chore(deps): update dependency uv to v0.10.7 - autoclosed Mar 3, 2026
@renovate renovate bot closed this Mar 3, 2026
@renovate renovate bot deleted the renovate/uv-0.x branch March 3, 2026 10:03
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.7 - autoclosed chore(deps): update dependency uv to v0.10.8 Mar 4, 2026
@renovate renovate bot reopened this Mar 4, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 10 times, most recently from a456645 to 24fc1af Compare March 4, 2026 18:39
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.8 chore(deps): update dependency uv to v0.10.8 - autoclosed Mar 5, 2026
@renovate renovate bot closed this Mar 5, 2026
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.8 - autoclosed chore(deps): update dependency uv to v0.10.9 Mar 8, 2026
@renovate renovate bot reopened this Mar 8, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 3 times, most recently from b368094 to 6ae044d Compare March 9, 2026 09:51
@renovate renovate bot force-pushed the renovate/uv-0.x branch 4 times, most recently from f252302 to cd644a8 Compare March 16, 2026 14:10
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.10 chore(deps): update dependency uv to v0.10.10 - autoclosed Mar 16, 2026
@renovate renovate bot closed this Mar 16, 2026
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.10 - autoclosed chore(deps): update dependency uv to v0.10.11 Mar 18, 2026
@renovate renovate bot reopened this Mar 18, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 6 times, most recently from 9e9330c to 7399972 Compare March 18, 2026 11:14
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.11 chore(deps): update dependency uv to v0.10.11 - autoclosed Mar 18, 2026
@renovate renovate bot closed this Mar 18, 2026
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.11 - autoclosed chore(deps): update dependency uv to v0.10.12 Mar 20, 2026
@renovate renovate bot reopened this Mar 20, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 4 times, most recently from 50ecf52 to 6fdb601 Compare March 23, 2026 10:15
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.12 chore(deps): update dependency uv to v0.10.12 - autoclosed Mar 23, 2026
@renovate renovate bot closed this Mar 23, 2026
@renovate renovate bot changed the title chore(deps): update dependency uv to v0.10.12 - autoclosed chore(deps): update dependency uv to v0.11.0 Mar 24, 2026
@renovate renovate bot reopened this Mar 24, 2026
@renovate renovate bot force-pushed the renovate/uv-0.x branch 2 times, most recently from 6fdb601 to 9782ffa Compare March 24, 2026 09:26
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 9782ffa to 8b65f81 Compare March 24, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants