Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Update uv requirement from 0.6.4 to 0.6.5 #861

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on uv to permit the latest version.

Release notes

Sourced from uv's releases.

0.6.5

Release Notes

Some of the wheels for this build were initially not correctly published to PyPI. The release was temporarily yanked to avoid forcing users to build from source. The wheels were subsequently uploaded and the release was un-yanked.

Enhancements

  • Allow --constraints and --overrides in uvx (#10207)
  • Allow overrides in satisfies check for uv tool run (#11994)
  • Allow users to set package = true on tool.uv.sources (#12014)
  • Add support for Windows legacy scripts via uv run (#11888)
  • Return error when running uvx with a .py script (#11623)
  • Warn user on use of uvx run (#11992)

Configuration

  • Add NO_BUILD and NO_BUILD_PACKAGE environment variables (#11968)

Performance

  • Allow overrides in all satisfies checks (#11995)
  • Respect markers on constraints when validating current environment (#11976)

Bug fixes

  • Compare major-minor specifiers when filtering interpreters (#11952)
  • Fix system site packages detection default (#11956)
  • Invalidate lockfile when empty dependency groups are added or removed (#12010)
  • Remove prepended sys.path (#11954)
  • Fix PyPy Python version label (#11965)
  • Fix error message suggesting --user instead of --username (#11947)

Preview

  • Move the uv build backend into a separate, minimal uv_build package (#11446)

Install uv 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.5/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.5/uv-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from uv's changelog.

0.6.5

Enhancements

  • Allow --constraints and --overrides in uvx (#10207)
  • Allow overrides in satisfies check for uv tool run (#11994)
  • Allow users to set package = true on tool.uv.sources (#12014)
  • Add support for Windows legacy scripts via uv run (#11888)
  • Return error when running uvx with a .py script (#11623)
  • Warn user on use of uvx run (#11992)

Configuration

  • Add NO_BUILD and NO_BUILD_PACKAGE environment variables (#11968)

Performance

  • Allow overrides in all satisfies checks (#11995)
  • Respect markers on constraints when validating current environment (#11976)

Bug fixes

  • Compare major-minor specifiers when filtering interpreters (#11952)
  • Fix system site packages detection default (#11956)
  • Invalidate lockfile when empty dependency groups are added or removed (#12010)
  • Remove prepended sys.path (#11954)
  • Fix PyPy Python version label (#11965)
  • Fix error message suggesting --user instead of --username (#11947)

Preview

  • Move the uv build backend into a separate, minimal uv_build package (#11446)

0.6.4

Enhancements

  • Upgrade pypy3.10 to v7.3.19 (#11814)
  • Allow configuring log verbosity from the CLI (i.e., -vvv) (#11758)
  • Warn when duplicate index names found in single file (#11824)

Bug fixes

  • Always store registry index on resolution packages (#11815)
  • Avoid error on relative paths in uv tool uninstall (#11889)
  • Avoid silently dropping errors in directory enumeration (#11890)
  • Disable interactive git terminal prompts during fetches (#11744)
  • Discover Windows registry (PEP 514) Python versions across 32/64-bit (#11801)
  • Don't panic on Ctrl-C in confirm prompt (#11706)
  • Fix non-directory in workspace on Windows (#11833)

... (truncated)

Commits

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.4...0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 8, 2025 02:15
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label Mar 8, 2025
@jkowalleck jkowalleck merged commit 6e033f9 into main Mar 11, 2025
33 checks passed
@dependabot dependabot bot deleted the dependabot/pip/uv-0.6.5 branch March 11, 2025 10:23
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.

1 participant