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

Bump uv from 0.5.4 to 0.5.5 #1463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps uv from 0.5.4 to 0.5.5.

Release notes

Sourced from uv's releases.

0.5.5

Release Notes

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)

... (truncated)

Changelog

Sourced from uv's changelog.

0.5.5

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)

... (truncated)

Commits
  • 95cd8b8 Bump version to 0.5.5 (#9478)
  • 7df3ae2 Add Python implementation example to limited resolution environments docs (#9...
  • 6afb340 Expand entry points documentation (#9329)
  • cc6bfa1 uv/tests: move conflicts tests to its own file
  • ee84620 Use consistent formatting for build system errors (#9340)
  • 0cd9c54 Show an interpreter-focused message for --target and --prefix (#9373)
  • 7169b2c Respect sources in overrides and constraints (#9455)
  • 8c8a1f0 Fix tool.uv.dependency-metadata.[].version schema (#9468)
  • b503a25 Avoid filtering Python executables names during install tests (#9458)
  • 8074917 Upload: All metadata incl. PEP 639 (#9442)
  • 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.4 to 0.5.5.
- [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.4...0.5.5)

---
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 the 📦 dependencies Update of dependencies label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant