Skip to content

chore(deps): update dependency uv to ~=0.7.19#73

Merged
renovate[bot] merged 1 commit intomainfrom
dependency/all-patch-updates
Jul 7, 2025
Merged

chore(deps): update dependency uv to ~=0.7.19#73
renovate[bot] merged 1 commit intomainfrom
dependency/all-patch-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
uv (source, changelog) ~=0.7.17 -> ~=0.7.19 age confidence

Release Notes

astral-sh/uv (uv)

v0.7.19

Compare Source

The uv build backend is now stable, and considered ready for production use.

The uv build backend is a great choice for pure Python projects. It has reasonable defaults, with the goal of requiring zero configuration for most users, but provides flexible configuration to accommodate most Python project structures. It integrates tightly with uv, to improve messaging and user experience. It validates project metadata and structures, preventing common mistakes. And, finally, it's very fast — uv sync on a new project (from uv init) is 10-30x faster than with other build backends.

To use uv as a build backend in an existing project, add uv_build to the [build-system] section in your pyproject.toml:

[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"

In a future release, it will replace hatchling as the default in uv init. As before, uv will remain compatible with all standards-compliant build backends.

Python
  • Add PGO distributions of Python for aarch64 Linux, which are more optimized for better performance

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

Enhancements
  • Ignore Python patch version for --universal pip compile (#​14405)
  • Update the tilde version specifier warning to include more context (#​14335)
  • Clarify behavior and hint on tool install when no executables are available (#​14423)
Bug fixes
  • Make project and interpreter lock acquisition non-fatal (#​14404)
  • Includes sys.prefix in cached environment keys to avoid --with collisions across projects (#​14403)
Documentation
  • Add a migration guide from pip to uv projects (#​12382)

v0.7.18

Compare Source

Python
  • Added arm64 Windows Python 3.11, 3.12, 3.13, and 3.14

    These are not downloaded by default, since x86-64 Python has broader ecosystem support on Windows.
    However, they can be requested with cpython-<version>-windows-aarch64.

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

Enhancements
  • Keep track of retries in ManagedPythonDownload::fetch_with_retry (#​14378)
  • Reuse build (virtual) environments across resolution and installation (#​14338)
  • Improve trace message for cached Python interpreter query (#​14328)
  • Use parsed URLs for conflicting URL error message (#​14380)
Preview features
  • Ignore invalid build backend settings when not building (#​14372)
Bug fixes
  • Fix equals-star and tilde-equals with python_version and python_full_version (#​14271)
  • Include the canonical path in the interpreter query cache key (#​14331)
  • Only drop build directories on program exit (#​14304)
  • Error instead of panic on conflict between global and subcommand flags (#​14368)
  • Consistently normalize trailing slashes on URLs with no path segments (#​14349)
Documentation
  • Add instructions for publishing to JFrog's Artifactory (#​14253)
  • Edits to the build backend documentation (#​14376)

Configuration

📅 Schedule: Branch creation - "after 1am every weekday,before 6am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the Kind/Dependency Issue or pull request related to dependency label Jul 7, 2025
@renovate renovate bot enabled auto-merge (squash) July 7, 2025 02:52
@renovate renovate bot merged commit 6b5634c into main Jul 7, 2025
1 check passed
@renovate renovate bot deleted the dependency/all-patch-updates branch July 7, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Kind/Dependency Issue or pull request related to dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants