chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.9 #162
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.1
->0.5.9
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.5.9
Compare Source
Enhancements
requires-python
requirements (#9827)sysconfig
data at install time (#9857)-isysroot
when patching sysconfig (#9860)Configuration
--fork-strategy
preference mode (#9868)UV_OFFLINE
(#9795)Bug fixes
panic!()
when current directory does not exist (#9876)uv help python
on invalid install requests (#9820)uv tool upgrade
(#9870)Rust API
Documentation
--fork-strategy
setting (#9887)Preview features
v0.5.8
Compare Source
This release does not include the
powerpc64le-unknown-linux-musl
target due to a build issue. See #9793 for details. If this change affects you, please file an issue with your use-case.Enhancements
--install-dir
to touv python install
anduninstall
commands (#7920)--show-urls
and--only-downloads
touv python list
(#8062)uv python list --all-arches
(#9782)uv run --gui-script
flag for running Python scripts withpythonw.exe
(#9152)--gui-script
on Unix (#9787)pyw
files on Unix (#9759)project.dependencies
andtool.uv.sources
(#9718)uv publish --index <name>
(#9694)--locked
and--frozen
as--check
operations foruv lock
(#9662).cache
->.temp
(#9756)uv tool uninstall uv
on Windows (#8963)git+
prefixes (#9789)Performance
pyproject.toml
requirements (#9704)Bug fixes
uv export
(#9751)--no-build
when static metadata is available (#9785).egg-info
files (#9760).
prefixed directories during managed Python installation discovery (#9786)--project
is specified (#9709)--find-links
as relative URLs (#9720)python3.13.exe
et al (#9679)uv python install
(#9706)Documentation
v0.5.7
Compare Source
Enhancements
uv build --no-build-logs
option (#9642)uv build
(#9633)3.9.21
,3.10.16
,3.11.11
,3.12.8
, and3.13.1
(#9696)Preview features
uv init
(#9661)--list
option (#9610)Bug fixes
uv export
/uv pip compile
(#9648)python list
(#9669)Ord
andPartialOrd
without origin forRequirement
(#9624)uv.lock
(#9677)Documentation
build-essentials
note to build failures doc (#9641)uv python pin
without aREQUEST
argument (#9631)uv python pin
reference docs (#9630)v0.5.6
Compare Source
Enhancements
--dry-run
touv pip uninstall
(#9557)--constraints
and--overrides
inuv tool install
(#9547)uv publish
(#8827).python-version
pin is incompatible with the project (#9590)tool.uv.sources
(#9482)requires-python
(#9529)Preview features
uv python install --default
(#8650)include
/exclude
(#9525)Configuration
check-url
available in configuration files (#9032)Performance
String
in marker evaluation (#9598)Rust API
uv-pep508
: Add more methods for simplifyingextra
-related expressions (#9469)Bug fixes
file:
URLs to include package names (#9493)uv tool list
(#9605)manylinux_compatible
with--python-platform
(#9526)pip compile -r pyproject.toml
(#9535)--refresh-package
flag mentioned as--refresh-dependency
(#9486)Documentation
run.md
(#9527)uv pip
behavior in build system note (#9586)v0.5.5
Compare Source
Enhancements
uv tool upgrade
(#9375)--no-sync
and--frozen
inuv run
(#9400)--target
and--prefix
(#9373)--no-extra
flag and setting (#9387)uv export --prune
(#9389)Preview features
license-files
metadata duringuv publish
(#9442)Performance
Bug fixes
--target
and--prefix
(#9371)--output-file
is empty (#9417)tool.uv.dependency-metadata.[].version
schema (#9468)--compile
is passed to an install operation (#9378)--upgrade
,--no-upgrade
, and--upgrade-package
fromuv tool upgrade
(#9318)--all-groups --no-dev
(#9300)uv export
(#9365)Documentation
scikit-build
(instead ofscikit-build-core
) (#9320)pyproject.toml
in project concept documentation (#9298)--no-progress
option in related environment variable (#9357)v0.5.4
Compare Source
Enhancements
--all-groups
touv sync
,uv run
,uv export
, anduv tree
(#8892)uv tree --outdated
anduv pip list --outdated
(#9284)Performance
uv tree --outdated
(#9280)zlib-rs
on all platforms (#9264)Bug fixes
build-system.requires
(#9273)reqwest
errors (#9253)uv export
output (#9237)--index
and--default-index
from command header (#9288)Documentation
Error messages
v0.5.3
Compare Source
This release includes support for conflicting optional dependencies and dependency groups in the uv resolver, including the ability to specify dependency sources (like index assignment) on a per-extra or per-group basis.
For example, you can now select CPU-only vs. GPU-enabled PyTorch builds at runtime by defining conflicting extras in a
pyproject.toml
, and assigning different extras to different PyTorch indexes:v0.5.2
Compare Source
Enhancements
--no-system
fromuv pip tree
CLI (#9040)uv.toml
(#8695)uv python install
(#8695)Performance
Bug fixes
--no-build
to validate lock (#9024).venv
inuv add --frozen
anduv add --no-sync
(#8980)uv add
(#9109)--resolution-strategy
in error message output (#8971)uv run
(#8933)uv.lock
changes whenuv add
fails (#9030).exe
(#9099)uv add
(#9097)--with
requirements (#9089)Preview features
glob-walkdir
implementation (#9013)Documentation
.env
file example in docs (#9064)--resolution
in docs (#8968)value_type
consistently (#9017)[[index]]
API in configuration example (#9065)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 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.