Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

This PR contains the following updates:

Package Update Change
uv patch 0.7.8 -> 0.7.22

Release Notes

astral-sh/uv (uv)

v0.7.22

Compare Source

Release Notes
Python
  • Upgrade GraalPy to 24.2.2

See the GraalPy release notes for more details.

Configuration
  • Add UV_COMPILE_BYTECODE_TIMEOUT environment variable (#​14369)
  • Allow users to override index cache-control headers (#​14620)
  • Add UV_LIBC to override libc selection in multi-libc environment (#​14646)
Bug fixes
  • Fix --all-arches when paired with --only-downloads (#​14629)
  • Skip Windows Python interpreters that return a broken MSIX package code (#​14636)
  • Warn on invalid uv.toml when provided via direct path (#​14653)
  • Improve async signal safety in Windows exception handler (#​14619)
Documentation
  • Mention the revision in the lockfile versioning doc (#​14634)
  • Move "Conflicting dependencies" to the "Resolution" page (#​14633)
  • Rename "Dependency specifiers" section to exclude PEP 508 reference (#​14631)
  • Suggest uv cache clean prior to --reinstall (#​14659)
Preview features
  • Make preview Python registration on Windows non-fatal (#​14614)
  • Update preview installation of Python executables to be non-fatal (#​14612)
  • Add uv python update-shell (#​14627)
Install uv 0.7.22
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.22/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.22/uv-installer.ps1 | iex"
Download uv 0.7.22
File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.21

Compare Source

Release Notes
Python
  • Restore the SQLite fts4, fts5, rtree, and geopoly extensions on macOS and Linux

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

Enhancements
  • Add --python-platform to uv sync (#​14320)
  • Support pre-releases in uv version --bump (#​13578)
  • Add -w shorthand for --with (#​14530)
  • Add an exception handler on Windows to display information on crash (#​14582)
  • Add hint when Python downloads are disabled (#​14522)
  • Add UV_HTTP_RETRIES to customize retry counts (#​14544)
  • Follow leaf symlinks matched by globs in cache-key (#​13438)
  • Support parent path components (..) in globs in cache-key (#​13469)
  • Improve cache-key performance (#​13469)
Preview features
  • Add uv sync --output-format json (#​13689)
Bug fixes
  • Do not re-resolve with a new Python version in uv tool if it is incompatible with --python (#​14606)
Documentation
  • Document how to nest dependency groups with include-group (#​14539)
  • Fix repeated word in Pyodide doc (#​14554)
  • Update CONTRIBUTING.md with instructions to format Markdown files via Docker (#​14246)
  • Fix version number for setup-python (#​14533)
Install uv 0.7.21
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.21/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.21/uv-installer.ps1 | iex"
Download uv 0.7.21
File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.20

Compare Source

Release Notes

Python
  • Add Python 3.14.0b4
  • Add zstd support to Python 3.14 on Unix (it already was available on Windows)
  • Add PyPy 7.3.20 (for Python 3.11.13)

See the PyPy and python-build-standalone release notes for more details.

Enhancements
  • Add --workspace flag to uv add (#​14496)
  • Add auto-detection for Intel GPUs (#​14386)
  • Drop trailing arguments when writing shebangs (#​14519)
  • Add debug message when skipping Python downloads (#​14509)
  • Add support for declaring multiple modules in namespace packages (#​14460)
Bug fixes
  • Revert normalization of trailing slashes on index URLs (#​14511)
  • Fix forced resolution with all extras in uv version (#​14434)
  • Fix handling of pre-releases in preferences (#​14498)
  • Remove transparent variants in uv-extract to enable retries (#​14450)
Rust API
  • Add method to get packages involved in a NoSolutionError (#​14457)
  • Make ErrorTree for NoSolutionError public (#​14444)
Documentation
  • Finish incomplete sentence in pip migration guide (#​14432)
  • Remove cache-dependency-glob examples for setup-uv (#​14493)
  • Remove uv pip sync suggestion with pyproject.toml (#​14510)
  • Update documentation for GitHub to use setup-uv@v6 (#​14490)

Install uv 0.7.20

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.20/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.20/uv-installer.ps1 | iex"

Download uv 0.7.20

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.19

Compare Source

Release Notes

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)

Install uv 0.7.19

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.19/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.19/uv-installer.ps1 | iex"

Download uv 0.7.19

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.18

Compare Source

Release Notes

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.

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)

Install uv 0.7.18

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.18/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.18/uv-installer.ps1 | iex"

Download uv 0.7.18

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.17

Compare Source

Release Notes

Bug fixes
  • Apply build constraints when resolving --with dependencies (#​14340)
  • Drop trailing slashes when converting index URL from URL (#​14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#​14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#​14329)

Install uv 0.7.17

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.17/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.17/uv-installer.ps1 | iex"

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.7.16

Compare Source

Release Notes
Python
  • Add Python 3.14.0b3

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

Enhancements
  • Include path or URL when failing to convert in lockfile (#​14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#​14008)
Preview features
  • Ensure preview default Python installs are upgradeable (#​14261)
Performance
  • Share workspace cache between lock and sync operations (#​14321)
Bug fixes
  • Allow local indexes to reference remote files (#​14294)
  • Avoid rendering desugared prefix matches in error messages (#​14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#​14288)
  • Normalize index URLs to remove trailing slash (#​14245)
  • Respect URL-encoded credentials in redirect location (#​14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#​14174)
Documentation
  • Note that GCP Artifact Registry download URLs must have /simple component (#​14251)
Install uv 0.7.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.16/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.16/uv-installer.ps1 | iex"
Download uv 0.7.16
File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.7.16/uv-powerpc64-unknown-linux-gnu.tar.gz

@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.9 ) fix(github-release): update uv ( 0.7.8 → 0.7.10 ) Jun 3, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch 2 times, most recently from 5debecc to a58c97b Compare June 4, 2025 20:54
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.10 ) fix(github-release): update uv ( 0.7.8 → 0.7.11 ) Jun 4, 2025
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.11 ) fix(github-release): update uv ( 0.7.8 → 0.7.12 ) Jun 7, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from a58c97b to 0bb9cb5 Compare June 7, 2025 00:31
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.12 ) fix(github-release): update uv ( 0.7.8 → 0.7.13 ) Jun 13, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 0bb9cb5 to 6e34a51 Compare June 13, 2025 00:58
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 6e34a51 to a3ada83 Compare June 23, 2025 22:33
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.13 ) fix(github-release): update uv ( 0.7.8 → 0.7.14 ) Jun 23, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from a3ada83 to 54f36dc Compare June 25, 2025 12:43
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.14 ) fix(github-release): update uv ( 0.7.8 → 0.7.15 ) Jun 25, 2025
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.15 ) fix(github-release): update uv ( 0.7.8 → 0.7.16 ) Jun 28, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 54f36dc to ac56d1c Compare June 28, 2025 02:24
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.16 ) fix(github-release): update uv ( 0.7.8 → 0.7.17 ) Jun 29, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from ac56d1c to 1570fd4 Compare June 29, 2025 17:59
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.17 ) fix(github-release): update uv ( 0.7.8 → 0.7.18 ) Jul 1, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 1570fd4 to d81f31b Compare July 1, 2025 22:23
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.18 ) fix(github-release): update uv ( 0.7.8 → 0.7.19 ) Jul 3, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from d81f31b to 3313582 Compare July 3, 2025 00:11
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.19 ) fix(github-release): update uv ( 0.7.8 → 0.7.20 ) Jul 9, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch 2 times, most recently from 7885c83 to 5b72434 Compare July 14, 2025 22:02
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.20 ) fix(github-release): update uv ( 0.7.8 → 0.7.21 ) Jul 14, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 5b72434 to 2b5af94 Compare July 17, 2025 19:41
@renovate renovate bot changed the title fix(github-release): update uv ( 0.7.8 → 0.7.21 ) fix(github-release): update uv ( 0.7.8 → 0.7.22 ) Jul 17, 2025
@renovate renovate bot force-pushed the renovate/uv-0.7.x branch from 2b5af94 to d7f3d64 Compare September 28, 2025 12:43
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