Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/setup-uv action patch v7.1.4 -> v7.1.6 age confidence
astral-sh/uv uses-with patch 0.9.15 -> 0.9.17 age confidence
astral-sh/uv-pre-commit repository patch 0.9.15 -> 0.9.17 age confidence
ghcr.io/astral-sh/uv final patch 0.9.15 -> 0.9.17 age confidence
uv (source, changelog) patch 0.9.15 -> 0.9.17 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/setup-uv (astral-sh/setup-uv)

v7.1.6

Compare Source

v7.1.5: 🌈 allow setting cache-local-path without enable-cache: true

Compare Source

Changes

#​612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
astral-sh/uv (astral-sh/uv)

v0.9.17

Compare Source

Released on 2025-12-09.

Enhancements
  • Add torch-tensorrt and torchao to the PyTorch list (#​17053)
  • Add hint for misplaced --verbose in uv tool run (#​17020)
  • Add support for relative durations in exclude-newer (a.k.a., dependency cooldowns) (#​16814)
  • Add support for relocatable nushell activation script (#​17036)
Bug fixes
  • Respect dropped (but explicit) indexes in dependency groups (#​17012)
Documentation
  • Improve source-exclude reference docs (#​16832)
  • Recommend UV_NO_DEV in Docker installs (#​17030)
  • Update UV_VERSION in docs for GitLab CI/CD (#​17040)

v0.9.16

Compare Source

Released on 2025-12-06.

Python
  • Add CPython 3.14.2
  • Add CPython 3.13.11
Enhancements
  • Add a 5m default timeout to acquiring file locks to fail faster on deadlock (#​16342)
  • Add a stub debug subcommand to uv pip announcing its intentional absence (#​16966)
  • Add bounds in uv add --script (#​16954)
  • Add brew specific message for uv self update (#​16838)
  • Error when built wheel is for the wrong platform (#​16074)
  • Filter wheels from PEP 751 files based on --no-binary et al in uv pip compile (#​16956)
  • Support --target and --prefix in uv pip list, uv pip freeze, and uv pip show (#​16955)
  • Tweak language for build backend validation errors (#​16720)
  • Use explicit credentials cache instead of global static (#​16768)
  • Enable SIMD in HTML parsing (#​17010)
Preview features
  • Fix missing preview warning in uv workspace metadata (#​16988)
  • Add a uv auth helper --protocol bazel command (#​16886)
Bug fixes
  • Fix Pyston wheel compatibility tags (#​16972)
  • Allow redundant entries in tool.uv.build-backend.module-name but emit warnings (#​16928)
  • Fix infinite loop in non-attribute re-treats during HTML parsing (#​17010)
Documentation
  • Clarify --project flag help text to indicate project discovery (#​16965)
  • Regenerate the crates.io READMEs on release (#​16992)
  • Update Docker integration guide to prefer COPY over ADD for simple cases (#​16883)
  • Update PyTorch documentation to include information about supporting CUDA 13.0.x (#​16957)
  • Update the versioning policy (#​16710)
  • Upgrade PyTorch documentation to latest versions (#​16970)
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.17

Compare Source

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

v0.9.16

Compare Source

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


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 dependencies label Dec 6, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.16 chore(deps): update uv to v0.9.16 Dec 6, 2025
@renovate renovate bot changed the title chore(deps): update uv to v0.9.16 chore(deps): update uv Dec 7, 2025
@mschoettle mschoettle merged commit e896ff0 into main Dec 15, 2025
8 of 10 checks passed
@mschoettle mschoettle deleted the renovate/uv branch December 15, 2025 16:23
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.

2 participants