chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.16 #679
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.6.5
->0.6.16
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.6.16
Compare Source
Bug fixes
v0.6.15
Compare Source
This release includes preliminary support for the
pylock.toml
file format, as standardized in PEP 751.pylock.toml
is an alternative resolution output format intended to replacerequirements.txt
(e.g., in the context ofuv pip compile
, whereby a "locked"requirements.txt
file is generated from a set of input requirements).pylock.toml
is standardized and tool-agnostic, such that in the future,pylock.toml
files generated by uv could be installed by other tools, and vice versa.As of this release,
pylock.toml
is supported in the following commands:uv.lock
to thepylock.toml
format, run:uv export -o pylock.toml
pylock.toml
file from a set of requirements, run:uv pip compile -o pylock.toml -r requirements.in
pylock.toml
file, run:uv pip sync pylock.toml
oruv pip install -r pylock.toml
Enhancements
uv pip compile
(#13019)uv export
support for PEP 751 (#12955)requirements.txt
(verbatim) as a format on the CLI (#12957)UV_NO_EDITABLE
environment variable to set--no-editable
on all invocations (#12773)pylock.toml
touv pip install
anduv pip sync
(#12992)SIGINT
to child processes (#13018)uv.lock
(#12968)which git
inuv init
(#12893)--dry-run
with--locked
/--frozen
foruv sync
(#12778)uv export
(#12958)uv init
resilient against broken git (#12895)uv run --with
dependencies (#12882)uv tool
and PEP723 scripts. (#12842)uvx
binary when searching for uv binary (#12923)SourceNotAllowed
error message during Python discovery (#13012)Preview features
Bug fixes
config-settings
with example in docs (#12947)PythonDownloadRequest
parsing for partial keys (#12925)uv-pep440
(#12836)uv run
(#13017)CC
andCCX
entries in sysconfig for cross-compiledaarch64
Python distributions (#12239)UV_STACK_SIZE
(#12839)uv python list
(#12915)subdirectory
to Direct URL for local directories (#12971)uv python install
(#12194)uv init
(#12870)Documentation
uv python list --only-downloads
and--only-installed
(#12916)--locked
touv sync
in GitHub Actions guide (#12819)"all"
default-groups
setting documentation (#12963)--frozen
with--locked
in Docker integration guide (#12818)v0.6.14
Compare Source
Python versions
The following Python versions have been added:
See the
python-build-standalone
release notes for more details.Enhancements
uv-build
anduv_build
aliases touv init --build-backend
(#12776)environment.yml
files (#12669)Preview features
Performance
Bug fixes
tool.uv.sources
is set in system-level configuration file (#12757)uv init
(#12756)Documentation
uv pip sync
(#12683)v0.6.13
Compare Source
Enhancements
--show-version
touv python find
(#12376)--no-config
warning fromuv pip compile
anduv pip sync
(#12642)PATH
when searching for Python interpreters (#12367)SCRIPT_PATH
in relocatable activation script (#12672)UV_PYTHON_DOWNLOADS_JSON_URL
to set custom managed python sources (#10939)pyproject.toml
files inuv pip compile -o
(#12673)--offline
flag for Git operations (#12619)Bug fixes
uv export
with conflicts (#12726)Rust API
v0.6.12
Compare Source
Enhancements
uv python list
(#12628)Bug fixes
authenticate
when usingexplicit = true
(#12631)uv add
anduv remove
(#12586)python-platform
in settings files (#12592)Documentation
uv build
topackage = false
(#12608)authenticate = always
documentation (#12498)v0.6.11
Compare Source
Enhancements
uv export
command (#12350)--find-links
-style "flat" indexes in[[tool.uv.index]]
(#12407)-q
and-qq
(#12300)Configuration
UV_PROJECT
environment to set project directory. (#12327)Performance
Bug fixes
requires-python
to script blocks (#12517)uv sync
(#12502)uv tree --only-group
(#12560)v0.6.10
Compare Source
Enhancements
uv sync --check
flag (#12342)uv python list
(#12375).env
files inuv tool run
(#12386)python find --script
(#11891)Preview features
--torch-backend
is enabled (#12385)Performance
Bug fixes
--no-build
(#12314)--find-links
entries for pinned indexes (#12396)--exclude-newer
(#12299)requirements.txt
(#12354)pip
commands (#12470)v0.6.9
Compare Source
Enhancements
keyring --mode creds
whenauthenticate = "always"
(#12316)authenticate = "always"
(#12313)Bug fixes
UV_MANAGED_PYTHON
flags (#12345)Documentation
--torch-backend
to the PyTorch guide (#12317)#keyring-provider
references in alternative index docs (#12315)--directory
path in examples (#12165)Preview changes
--torch-backend=auto
(#12070)v0.6.8
Compare Source
Enhancements
default-groups = "all"
(#12289)--managed-python
and--no-managed-python
flags for toggling Python preferences (#12246)Performance
Bug fixes
requires-python
(#12278)Planner::build
(#12281)v0.6.7
Compare Source
Python
CXX
compiler on LinuxSee the
python-build-standalone
release notes for more details.Enhancements
-c
constraints inuv add
(#12209)--global
default version inuv python pin
(#12115)uv pip install
(#12176)--group
flag touv pip install
anduv pip compile
(#11686)Preview features
Performance
File
struct (#12159)Bug fixes
src
to default cache keys (#12062)python pin --global
creates parent directories if missing (#12180)uv sync --script
(#12158)activate.bat
output (#12160)Rust API
BaseClientBuild
to accept custom proxies (#12232)Documentation
v0.6.6
Compare Source
Python
See the
python-build-standalone
release notes for more details.Enhancements
--marker
flag touv add
(#12012)[index].authenticate
allowing authentication to be required on an index (#11896)uv tool run
(#12079)include-group
(#12005)uv add
failed (#12106)Performance
uv-auth
(#12077)Bug fixes
PATH
updated when theexport
is commented in the shellrc (#12043)uv publish
retry on network failures (#12041)uv publish
to comply with WSGI PyPI server constraints (#12111)uv python install --reinstall
when the version was not previously installed (#12124)Preview features
uv_build
invocation (#12058)Documentation
python-versions.md
(#12112)[index].authenticate
docs (#12102)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.