Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.1.0
->v6.3.1
0.7.10
->0.7.17
0.7.10
->0.7.17
0.7.10
->0.7.17
Note: The
pre-commit
manager in Renovate is not supported by thepre-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)
v6.3.1
: 🌈 Do not warn when version not in manifest-fileCompare Source
Changes
This is a hotfix to change the warning messages that a version could not be found in the local manifest-file to info level.
A
setup-uv
release contains a version-manifest.json file with infos in all availableuv
releases. When a newuv
version is released this is not contained in this file until the file gets updated and a newsetup-uv
release is made.We will overhaul this process in the future but for now the spamming of warnings is removed.
🐛 Bug fixes
🧰 Maintenance
v6.3.0
: 🌈 Use latest version from manifest-fileCompare Source
Changes
If a manifest-file is supplied the default value of the version input (latest) will get the latest version available in the manifest. That might not be the actual latest version available in the official uv repo.
🚀 Enhancements
v6.2.1
: 🌈 Fix "No such file or directory version-manifest.json"Compare Source
Changes
Release v6.2.0 contained a bug that slipped through the automated test. The action tried to look for the default version-manifest.json in the root of the repostory using this action instead of relative to the action itself.
🐛 Bug fixes
v6.2.0
: 🌈 New input manifest-fileCompare Source
Changes
This release adds a new input
manifest-file
.The
manifest-file
input allows you to specify a JSON manifest that lists available uv versions,architectures, and their download URLs. By default, this action uses the manifest file contained
in this repository, which is automatically updated with each release of uv.
The manifest file contains an array of objects, each describing a version,
architecture, platform, and the corresponding download URL.
You can supply a custom manifest file URL to define additional versions,
architectures, or different download URLs.
This is useful if you maintain your own uv builds or want to override the default sources.
For example:
🚀 Enhancements
activate-environment
@zanieb (#439)🧰 Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.7.17
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.17
v0.7.16
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.16
v0.7.15
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.15
v0.7.14
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.14
v0.7.13
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.13
v0.7.12
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.12
v0.7.11
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.11
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.7.17
Compare Source
Bug fixes
--with
dependencies (#14340)UV_PYTHON_CACHE_DIR
when empty (#14336)pyvenv.cfg
version conflict (#14329)v0.7.16
Compare Source
Python
See the
python-build-standalone
release notesfor more details.
Enhancements
~=
is used as a Python version specifier without a patch version (#14008)Preview features
Performance
Bug fixes
requirements.txt
(#14288)Documentation
/simple
component (#14251)v0.7.15
Compare Source
Enhancements
Ordering::Relaxed
for standalone atomic use cases (#14190)--index
(#14152)schema.json
descriptions (#13693)Bug fixes
Documentation
Preview features
v0.7.14
Compare Source
Enhancements
--torch-backend
(#14172)--torch-backend
(#14120)--torch-backend
(#14119)[tool.uv.dependency-groups].mygroup.requires-python
(#13735)Performance
Bug fixes
requires-python
(#14076)platform_machine
marker forwin_amd64
platform tag (#14041)dependency-groups
from pyproject.tomls with no[project]
(#13742)uv init --script
(#14141)uv run
(#14153)Documentation
v0.7.13
Compare Source
Python
uuid.getnode
on 3.13See the
python-build-standalone
release notesfor more details.
Enhancements
uv python pin
if not found (#13946)zstd
anddeflate
toAccept-Encoding
(#13982)Bug fixes
uv python pin
(#13944)uv add --group ... --script
(#13997)Preview changes
Documentation
llms.txt
to uv (#13929)v0.7.12
Compare Source
Enhancements
uv python pin --rm
to remove.python-version
pins (#13860)excluded-newer
(#13884)tool.uv.environments
on resolution error (#13455)tool.uv.required-environments
on resolution error (#13575)python pin
error messages (#13862)Bug fixes
uv sync
,uv add
anduv remove
to prevent race conditions (#13869)--no-editable
touv export
forpylock.toml
(#13852)Documentation
.gitignore
in project init files (#13855)gh auth login
(#13850)Preview
v0.7.11
Compare Source
Python
Enhancements
Bug fixes
reqwest
andhyper-util
to resolve connection reset errors over IPv6 (#13835)uv
's binary's version when checking if it's up to date (#13840)Documentation
SIGINT
docs (#13787)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.
This PR was generated by Mend Renovate. View the repository job log.