chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.18 #10660
+1
−1
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:
0.5.14
->0.5.18
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.5.18
Compare Source
Bug fixes
uv remove
when only comments exist (#10484)v0.5.17
Compare Source
This release includes support for generating lockfiles from scripts based on inline metadata, as defined in PEP 723.
By default, scripts remain unlocked, and must be locked explicitly with
uv lock --script /path/to/script.py
, whichwill generate a lockfile adjacent to the script (e.g.,
script.py.lock
). Once generated, the lockfile will berespected (and updated, if necessary) across
uv run --script
,uv add --script
, anduv remove --script
invocations.This release also includes support for
uv export --script
anduv tree --script
. Both commands support PEP 723scripts with and without accompanying lockfiles.
Enhancements
uv run
(#10136)uv add --script
(#10145)uv remove --script
(#10162)--script
support touv export
for PEP 723 scripts (#10160)--script
support touv tree
for PEP 723 scripts (#10159)ls
alias touv {tool, python, pip} list
(#10240)--with-requirements
from stdin inuv add
anduv run
(#10447)requirements.txt
options (#10420)Preview features
Performance
.to_string()
call (#10419)ArcStr
for marker values (#10453)ArcStr
for package, extra, and group names (#10475)matches!
rather thancontains
inrequirements.txt
parsing (#10423)Bug fixes
UV_FIND_LINKS
delimiter to split on commas (#10477)uv tool list
output when tool environment is broken (#10409)requires-python
when installing tools (#10401)venv
activate scripts (#10397)Documentation
uv lock --script
to the docs (#10414)v0.5.16
Compare Source
Enhancements
uv remove
(#10338)Performance
VersionSmall
(#10385)requirements_for_extra
(#10348)zlib-ng
on x86 platforms (#10365)[u64; 4]
from small version to moveArc
to full version (#10345)Dist
from 352 to 288 bytes (#10389)serde_json::from_reader
(#10341)Bug fixes
uv self
(#10374)Documentation
v0.5.15
Compare Source
Python
The managed Python distributions have been updated, including:
See the
python-build-standalone
release notes for more details.Enhancements
FORCE_COLOR
environment variable (#10315)Performance
uv lock
(#10307)Bug fixes
--upgrade
is provided (#10097)uv add
(#10329)Documentation
exclude-newer
only allows full timestamps in settings documentation (#9135)--no-project
comment (#10331)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.