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.4.17 to 0.4.18 #72

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps uv from 0.4.17 to 0.4.18.

Release notes

Sourced from uv's releases.

0.4.18

Release Notes

Enhancements

  • Allow multiple source entries for each package in tool.uv.sources (#7745)
  • Add .gitignore file to uv build output directory (#7835)
  • Disable jemalloc on FreeBSD (#7780)
  • Respect PAGER env var when paging in uv help command (#5511)
  • Support uv run -m foo to run a module (#7754)
  • Use a top-level output directory for uv build in workspaces (#7813)
  • Update uv init --package command to match project name (#7670)
  • Add a custom suggestion for uv add dotenv (#7799)
  • Add detailed errors for tool.uv.sources deserialization failures (#7823)
  • Improve error message copy for failed builds (#7849)
  • Use serde-untagged to improve some untagged enum error messages (#7822)
  • Use build failure hints for dotenv errors, rather than in uv add (#7825)

Configuration

  • Add UV_NO_SYNC environment variable (#7752)

Bug fixes

  • Accept git+ prefix in tool.uv.sources (#7847)
  • Allow spaces in path requirements (#7767)
  • Avoid reusing cached downloaded binaries with --no-binary (#7772)
  • Correctly trims values during wheel WHEEL file parsing (#7770)
  • Fix uv tree --invert for platform dependencies (#7808)
  • Fix encoding mismatch between python child process and uv (#7757)
  • Reject self-dependencies in uv add (#7766)
  • Respect tool.uv.environments for legacy virtual workspace roots (#7824)
  • Retain empty extras on workspace members (#7762)
  • Use file stem when parsing cached wheel names (#7773)

Rust API

  • Make FlatDistributions public (#7833)

Documentation

  • Fix table of contents sizing (#7751)
  • GitLab Integration documentation (#6857)
  • Update documentation to setup-uv@v3 (#7807)
  • Use uv publish instead of twine in docs (#7837)
  • Fix typo in projects.md (#7784)

Install uv 0.4.18

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from uv's changelog.

0.4.18

Enhancements

  • Allow multiple source entries for each package in tool.uv.sources (#7745)
  • Add .gitignore file to uv build output directory (#7835)
  • Disable jemalloc on FreeBSD (#7780)
  • Respect PAGER env var when paging in uv help command (#5511)
  • Support uv run -m foo to run a module (#7754)
  • Use a top-level output directory for uv build in workspaces (#7813)
  • Update uv init --package command to match project name (#7670)
  • Add a custom suggestion for uv add dotenv (#7799)
  • Add detailed errors for tool.uv.sources deserialization failures (#7823)
  • Improve error message copy for failed builds (#7849)
  • Use serde-untagged to improve some untagged enum error messages (#7822)
  • Use build failure hints for dotenv errors, rather than in uv add (#7825)

Configuration

  • Add UV_NO_SYNC environment variable (#7752)

Bug fixes

  • Accept git+ prefix in tool.uv.sources (#7847)
  • Allow spaces in path requirements (#7767)
  • Avoid reusing cached downloaded binaries with --no-binary (#7772)
  • Correctly trims values during wheel WHEEL file parsing (#7770)
  • Fix uv tree --invert for platform dependencies (#7808)
  • Fix encoding mismatch between python child process and uv (#7757)
  • Reject self-dependencies in uv add (#7766)
  • Respect tool.uv.environments for legacy virtual workspace roots (#7824)
  • Retain empty extras on workspace members (#7762)
  • Use file stem when parsing cached wheel names (#7773)

Rust API

  • Make FlatDistributions public (#7833)

Documentation

  • Fix table of contents sizing (#7751)
  • GitLab Integration documentation (#6857)
  • Update documentation to setup-uv@v3 (#7807)
  • Use uv publish instead of twine in docs (#7837)
  • Fix typo in projects.md (#7784)
Commits
  • 7b55e97 Bump version to 0.4.18 (#7852)
  • 0e8bf62 Clarify locking and resolving without package name (#7578)
  • 267dda9 GitLab Integration documentation (#6857)
  • bc459c8 Respect PAGER env var when paging in uv help command (#5511)
  • 6aa1e01 Improve error message copy for failed builds (#7849)
  • 6c7f8bb Use build failure hints for dotenv errors, rather than in uv add (#7825)
  • abf4823 Accept git+ prefix in tool.uv.sources (#7847)
  • f0f2f89 Add detailed errors for tool.uv.sources deserialization failures (#7823)
  • bd3c462 Remove pyo3 feature from pep440 and pep508 crates (#7843)
  • af824c1 Use uv publish instead of twine in docs (#7837)
  • 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.4.17 to 0.4.18.
- [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.4.17...0.4.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 09:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2024
@samueljsb samueljsb merged commit 4fb856e into main Oct 7, 2024
6 checks passed
@samueljsb samueljsb deleted the dependabot/pip/uv-0.4.18 branch October 7, 2024 17:09
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.

1 participant