Skip to content

chore(deps): update uv to v0.7.19#332

Merged
mschoettle merged 1 commit into
mainfrom
renovate/uv
Jul 3, 2025
Merged

chore(deps): update uv to v0.7.19#332
mschoettle merged 1 commit into
mainfrom
renovate/uv

Conversation

@renovate

@renovate renovate Bot commented Jul 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/uv-pre-commit repository patch 0.7.18 -> 0.7.19 age confidence
ghcr.io/astral-sh/uv final patch 0.7.18 -> 0.7.19 age confidence
uv (source, changelog) patch 0.7.18 -> 0.7.19 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.7.19

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.19

astral-sh/uv (ghcr.io/astral-sh/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)

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@mschoettle mschoettle merged commit 9c46663 into main Jul 3, 2025
5 checks passed
@mschoettle mschoettle deleted the renovate/uv branch July 3, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant