chore(deps): update dependency uv to ~=0.6.16#51
Merged
Conversation
c6ad58f to
f9eb3e9
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:
~=0.6.14->~=0.6.16Release Notes
astral-sh/uv (uv)
v0.6.16Compare Source
Bug fixes
v0.6.15Compare Source
This release includes preliminary support for the
pylock.tomlfile format, as standardized in PEP 751.pylock.tomlis an alternative resolution output format intended to replacerequirements.txt(e.g., in the context ofuv pip compile, whereby a "locked"requirements.txtfile is generated from a set of input requirements).pylock.tomlis standardized and tool-agnostic, such that in the future,pylock.tomlfiles generated by uv could be installed by other tools, and vice versa.As of this release,
pylock.tomlis supported in the following commands:uv.lockto thepylock.tomlformat, run:uv export -o pylock.tomlpylock.tomlfile from a set of requirements, run:uv pip compile -o pylock.toml -r requirements.inpylock.tomlfile, run:uv pip sync pylock.tomloruv pip install -r pylock.tomlEnhancements
uv pip compile(#13019)uv exportsupport for PEP 751 (#12955)requirements.txt(verbatim) as a format on the CLI (#12957)UV_NO_EDITABLEenvironment variable to set--no-editableon all invocations (#12773)pylock.tomltouv pip installanduv pip sync(#12992)SIGINTto child processes (#13018)uv.lock(#12968)which gitinuv init(#12893)--dry-runwith--locked/--frozenforuv sync(#12778)uv export(#12958)uv initresilient against broken git (#12895)uv run --withdependencies (#12882)uv tooland PEP723 scripts. (#12842)uvxbinary when searching for uv binary (#12923)SourceNotAllowederror message during Python discovery (#13012)Preview features
Bug fixes
config-settingswith example in docs (#12947)PythonDownloadRequestparsing for partial keys (#12925)uv-pep440(#12836)uv run(#13017)CCandCCXentries in sysconfig for cross-compiledaarch64Python distributions (#12239)UV_STACK_SIZE(#12839)uv python list(#12915)subdirectoryto Direct URL for local directories (#12971)uv python install(#12194)uv init(#12870)Documentation
uv python list --only-downloadsand--only-installed(#12916)--lockedtouv syncin GitHub Actions guide (#12819)"all"default-groupssetting documentation (#12963)--frozenwith--lockedin Docker integration guide (#12818)Configuration
📅 Schedule: Branch creation - "after 1am every weekday,before 6am every weekday" in timezone Europe/Berlin, 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.