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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
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)Install uv 0.6.15
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.15/uv-installer.ps1 | iex"
Download uv 0.6.15