Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps uv from 0.5.5 to 0.5.29.

Release notes

Sourced from uv's releases.

0.5.29

Release Notes

Enhancements

  • Add --bare option to uv init (#11192)
  • Add support for respecting VIRTUAL_ENV in project commands via --active (#11189)
  • Allow the project VIRTUAL_ENV warning to be silenced with --no-active (#11251)

Python

The managed Python distributions have been updated, including:

  • CPython 3.12.9
  • CPython 3.13.2
  • pkg-config files are now relocatable

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

Bug fixes

  • Always use base Python discovery logic for cached environments (#11254)
  • Use a flock to avoid concurrent initialization of project environments (#11259)
  • Fix handling of --all-groups and --no-default-groups flags (#11224)

Documentation

  • Minor touchups to the Docker provenance docs (#11252)
  • Move content from the mkdocs.public.yml into the template (#11246)

Install uv 0.5.29

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.5.29

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.5.29

Enhancements

  • Add --bare option to uv init (#11192)
  • Add support for respecting VIRTUAL_ENV in project commands via --active (#11189)
  • Allow the project VIRTUAL_ENV warning to be silenced with --no-active (#11251)

Python

The managed Python distributions have been updated, including:

  • CPython 3.12.9
  • CPython 3.13.2
  • pkg-config files are now relocatable

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

Bug fixes

  • Always use base Python discovery logic for cached environments (#11254)
  • Use a flock to avoid concurrent initialization of project environments (#11259)
  • Fix handling of --all-groups and --no-default-groups flags (#11224)

Documentation

  • Minor touchups to the Docker provenance docs (#11252)
  • Move content from the mkdocs.public.yml into the template (#11246)

0.5.28

Bug fixes

  • Allow discovering virtual environments from the first interpreter found on the PATH (#11218)
  • Clear ephemeral overlays when running tools (#11141)
  • Disable SSL in Git commands for --allow-insecure-host (#11210)
  • Fix hardlinks in tar unpacking (#11221)
  • Set base executable when returning virtual environment (#11209)
  • Use base Python for cached environments (#11208)

Documentation

  • Add documentation on verifying Docker image attestations (#11140)
  • Add last updated to documentation (#11164)

0.5.27

Enhancements

  • Avoid setting permissions during tar extraction (#11191)

... (truncated)

Commits
  • ca73c47 Bump version to 0.5.29 (#11267)
  • b6d7adf Update 3.12.8 references in Windows Python tests (#11268)
  • 59b46bc Show messages for builds and large downloads in non-interactive mode (#11165)
  • b83e25a Update bad shell assumptions from "Shell autocompletion" page (#11202)
  • e1fbffb Update to latest python-build-standalone release (#11261)
  • c649652 Misc. improvements to the documentation (#11255)
  • 7ec68e1 Allow opt-in to .python-version in uv init with --pin-python (#11265)
  • 7170c5d Avoid using user_display for workspace locks (#11264)
  • 53d1a7a Always use base Python discovery logic for cached environments (#11254)
  • c0f6406 Migrate to published astral-tokio-tar crate (#11260)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [uv](https://github.com/astral-sh/uv) from 0.5.5 to 0.5.29.
- [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.5.5...0.5.29)

---
updated-dependencies:
- dependency-name: uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 7, 2025
@dependabot dependabot bot mentioned this pull request Feb 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #121.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/uv-0.5.29 branch February 10, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants