Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2025

Updates the requirements on uv to permit the latest version.

Release notes

Sourced from uv's releases.

0.6.9

Release Notes

Enhancements

  • Use keyring --mode creds when authenticate = "always" (#12316)
  • Fail with specific error message when no password is present and authenticate = "always" (#12313)

Bug fixes

  • Add boolish value parser for UV_MANAGED_PYTHON flags (#12345)
  • Make deserialization non-fatal when assessing source tree revisions (#12319)
  • Use resolver-returned wheel over alternate cached wheel (#12301)

Documentation

  • Add experimental --torch-backend to the PyTorch guide (#12317)
  • Fix #keyring-provider references in alternative index docs (#12315)
  • Fix --directory path in examples (#12165)

Preview changes

  • Automatically infer the PyTorch index via --torch-backend=auto (#12070)

uv 0.6.9

Install uv 0.6.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.9/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.6.9/uv-installer.ps1 | iex"

Download uv 0.6.9

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.6.9

Enhancements

  • Use keyring --mode creds when authenticate = "always" (#12316)
  • Fail with specific error message when no password is present and authenticate = "always" (#12313)

Bug fixes

  • Add boolish value parser for UV_MANAGED_PYTHON flags (#12345)
  • Make deserialization non-fatal when assessing source tree revisions (#12319)
  • Use resolver-returned wheel over alternate cached wheel (#12301)

Documentation

  • Add experimental --torch-backend to the PyTorch guide (#12317)
  • Fix #keyring-provider references in alternative index docs (#12315)
  • Fix --directory path in examples (#12165)

Preview changes

  • Automatically infer the PyTorch index via --torch-backend=auto (#12070)

0.6.8

Enhancements

  • Add support for enabling all groups by default with default-groups = "all" (#12289)
  • Add simpler --managed-python and --no-managed-python flags for toggling Python preferences (#12246)

Performance

  • Avoid allocations for default cache keys (#12063)

Bug fixes

  • Allow local version mismatches when validating lockfile (#12285)
  • Allow owned string when deserializing requires-python (#12278)
  • Make cache errors non-fatal in Planner::build (#12281)

0.6.7

Python

  • Add CPython 3.14.0a6
  • Fix regression where extension modules would use wrong CXX compiler on Linux
  • Enable FTS3 enhanced query syntax for SQLite

See the python-build-standalone release notes for more details.

... (truncated)

Commits
  • 3d94602 Bump version to 0.6.9 (#12347)
  • 4b8a2de Add boolish value parser for *MANAGED_PYTHON flags (#12345)
  • 584dd36 Fix cache_prune::prune_unzipped test to match updated error message format (#...
  • 37c25f2 Use keyring --mode creds when authenticate = "always" (#12316)
  • 011a6de Make deserialization non-fatal when assessing source tree revisions (#12319)
  • bf12cdb Add experimental --torch-backend to the PyTorch guide (#12317)
  • 615cd6e Fail with specific error message when no password on auth always (#12313)
  • f7d9b0e Fix #keyring-provider references in alternative index docs (#12315)
  • 5173b59 Automatically infer the PyTorch index via --torch-backend=auto (#12070)
  • e40c551 Use resolver-returned wheel over alternate cached wheel (#12301)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.6.6...0.6.9)

---
updated-dependencies:
- dependency-name: uv
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label Mar 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 22, 2025 02:41
@jkowalleck jkowalleck merged commit 7a729d1 into main Mar 22, 2025
34 checks passed
@dependabot dependabot bot deleted the dependabot/pip/uv-0.6.9 branch March 22, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies topic: modify/update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants