chore(deps): update uv#326
Merged
Merged
Conversation
ee27cef to
4ed86eb
Compare
2716585 to
426d866
Compare
426d866 to
ce52bfc
Compare
ce52bfc to
ae2afd9
Compare
8bcab7c to
23c7f41
Compare
3a68d1b to
cebd3e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.10.7.10->0.7.180.7.10->0.7.180.7.10->0.7.18Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers 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-uvrelease contains a version-manifest.json file with infos in all availableuvreleases. When a newuvversion is released this is not contained in this file until the file gets updated and a newsetup-uvrelease 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-fileinput 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:
[ { "version": "0.7.12-alpha.1", "artifactName": "uv-x86_64-unknown-linux-gnu.tar.gz", "arch": "x86_64", "platform": "unknown-linux-gnu", "downloadUrl": "https://release.pyx.dev/0.7.12-alpha.1/uv-x86_64-unknown-linux-gnu.tar.gz" }, ... ]🚀 Enhancements
activate-environment@zanieb (#439)🧰 Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.7.18Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.18
v0.7.17Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.17
v0.7.16Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.16
v0.7.15Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.15
v0.7.14Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.14
v0.7.13Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.13
v0.7.12Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.12
v0.7.11Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.7.11
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.7.18Compare 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.Enhancements
ManagedPythonDownload::fetch_with_retry(#14378)Preview features
Bug fixes
python_versionandpython_full_version(#14271)Documentation
v0.7.17Compare Source
Bug fixes
--withdependencies (#14340)UV_PYTHON_CACHE_DIRwhen empty (#14336)pyvenv.cfgversion conflict (#14329)v0.7.16Compare Source
Python
See the
python-build-standalonerelease 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
/simplecomponent (#14251)v0.7.15Compare Source
Enhancements
Ordering::Relaxedfor standalone atomic use cases (#14190)--index(#14152)schema.jsondescriptions (#13693)Bug fixes
Documentation
Preview features
v0.7.14Compare 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_machinemarker forwin_amd64platform tag (#14041)dependency-groupsfrom pyproject.tomls with no[project](#13742)uv init --script(#14141)uv run(#14153)Documentation
v0.7.13Compare Source
Python
uuid.getnodeon 3.13See the
python-build-standalonerelease notesfor more details.
Enhancements
uv python pinif not found (#13946)zstdanddeflatetoAccept-Encoding(#13982)Bug fixes
uv python pin(#13944)uv add --group ... --script(#13997)Preview changes
Documentation
llms.txtto uv (#13929)v0.7.12Compare Source
Enhancements
uv python pin --rmto remove.python-versionpins (#13860)excluded-newer(#13884)tool.uv.environmentson resolution error (#13455)tool.uv.required-environmentson resolution error (#13575)python pinerror messages (#13862)Bug fixes
uv sync,uv addanduv removeto prevent race conditions (#13869)--no-editabletouv exportforpylock.toml(#13852)Documentation
.gitignorein project init files (#13855)gh auth login(#13850)Preview
v0.7.11Compare Source
Python
Enhancements
Bug fixes
reqwestandhyper-utilto resolve connection reset errors over IPv6 (#13835)uv's binary's version when checking if it's up to date (#13840)Documentation
SIGINTdocs (#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.