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): update ghcr.io/astral-sh/uv docker tag to v0.5.5 #3338

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv final patch 0.5.2 -> 0.5.5
ghcr.io/astral-sh/uv stage patch 0.5.2 -> 0.5.5

Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.5.5

Compare Source

Enhancements
  • Add aliases for build backend requests (#​9294)
  • Avoid displaying empty paths (#​9312)
  • Allow constraints in uv tool upgrade (#​9375)
  • Remove conflict between --no-sync and --frozen in uv run (#​9400)
  • Respect dependency sources in overrides and constraints (#​9455)
  • Show an interpreter-focused message for --target and --prefix (#​9373)
  • Add --no-extra flag and setting (#​9387)
  • Add uv export --prune (#​9389)
  • Add dedicated error message for musl install attempts (#​9430)
  • Add various grammar changes to conflict error messages (#​9369)
  • Annotate default groups in conflict error messages (#​9368)
  • Report marker diagnostics during parsing, rather than evaluation (#​9338)
  • Use consistent formatting for build system errors (#​9340)
  • Use rich diagnostics for build failures (#​9335)
Preview features
  • Improve build backend excludes (#​9281)
  • Include PEP 639 license-files metadata during uv publish (#​9442)
Performance
  • Initialize rayon lazily (#​9435)
  • Migrate to PubGrub's arena for package names (#​9448)
Bug fixes
  • Allow dependency groups to include the containing package (#​9385)
  • Allow syncing to empty virtual environment directories (#​9427)
  • Allow system Python discovery with --target and --prefix (#​9371)
  • Don't warn when --output-file is empty (#​9417)
  • Fix Python interpreter discovery on non-glibc hosts (#​9005)
  • Fix tool.uv.dependency-metadata.[].version schema (#​9468)
  • Only respect preferences across the same indexes (#​9302)
  • Re-compile when --compile is passed to an install operation (#​9378)
  • Remove --upgrade, --no-upgrade, and --upgrade-package from uv tool upgrade (#​9318)
  • Remove dev dependencies in --all-groups --no-dev (#​9300)
  • Surface extras and group conflicts in uv export (#​9365)
  • Treat deprecated aliases as equivalent in marker algebra (#​9342)
  • Treat less compatible tags as lower priority in resolver (#​9339)
Documentation
  • Avoid referencing scikit-build (instead of scikit-build-core) (#​9320)
  • Expand entry points documentation (#​9329)
  • Fix example pyproject.toml in project concept documentation (#​9298)
  • Fix header level of "Conflicting dependencies" page (#​9330)
  • Touch-up the extension module guide (#​9293)
  • Update the dependencies documentation (#​9359)
  • Reference --no-progress option in related environment variable (#​9357)

v0.5.4

Compare Source

Enhancements
  • Accept either singular or plural values for CLI requirements (#​9196)
  • Add --all-groups to uv sync, uv run, uv export, and uv tree (#​8892)
  • Add a progress bar to uv tree --outdated and uv pip list --outdated (#​9284)
  • Add retries for Python downloads (#​9274)
  • Use exponential backoff for publish retries (#​9276)
  • Add manylinux target triples up to glibc 2.40 (#​9234)
Performance
  • Parallelize network requests in uv tree --outdated (#​9280)
  • Use zlib-rs on all platforms (#​9264)
Bug fixes
  • Avoid validating extra and group sources in build-system.requires (#​9273)
  • Catch retries with wrapped reqwest errors (#​9253)
  • Sort hashes in uv export output (#​9237)
  • Strip --index and --default-index from command header (#​9288)
Documentation
  • Add breadcrumbs to the documentation (#​9242)
  • Add minimum version to PyTorch guide (#​9247)
  • Add support for anchor redirects with client-side js (#​9212)
  • Improve content on project configuration (#​9235)
  • Improve the project creation documentation (#​9236)
  • Move the integration guides into the "Guides" section as a collapsed group (#​9245)
  • Reorganize the project concept documentation (#​9121)
  • Use the full screen height for the main content to stabilize the nav (#​9153)
Error messages
  • Add dedicated warning for empty stdin (#​9256)

v0.5.3

Compare Source

This release includes support for conflicting optional dependencies and dependency groups in the uv resolver, including the ability to specify dependency sources (like index assignment) on a per-extra or per-group basis.

For example, you can now select CPU-only vs. GPU-enabled PyTorch builds at runtime by defining conflicting extras in a pyproject.toml, and assigning different extras to different PyTorch indexes:

[project]
name = "project"
version = "0.1.0"
requires-python = ">=3.12.0"

[project.optional-dependencies]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 07f8675 to d7031d3 Compare November 21, 2024 00:37
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.3 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.4 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from d7031d3 to 6c592fa Compare November 27, 2024 19:09
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.4 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.5 Nov 27, 2024
@henrikhorluck henrikhorluck added this pull request to the merge queue Nov 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 27, 2024
@henrikhorluck henrikhorluck added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit bd25eed Nov 27, 2024
8 checks passed
@henrikhorluck henrikhorluck deleted the renovate/ghcr.io-astral-sh-uv-0.x branch November 27, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant