Skip to content

Bump uv from 0.1.10 to 0.1.32 - #89

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/uv-0.1.32
Closed

Bump uv from 0.1.10 to 0.1.32#89
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/uv-0.1.32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2024

Copy link
Copy Markdown

Bumps uv from 0.1.10 to 0.1.32.

Release notes

Sourced from uv's releases.

0.1.32

Release Notes

Enhancements

  • Add a --require-hashes command-line setting (#2824)
  • Add hash-checking support to install and sync (#2945)
  • Add support for URL requirements in --generate-hashes (#2952)
  • Allow unnamed requirements for overrides (#2999)
  • Enforce and backtrack on invalid versions in source metadata (#2954)
  • Fall back to distributions without hashes in resolver (#2949)
  • Implement --emit-index-annotation to annotate source index for each package (#2926)
  • Log hard-link failures (#3015)
  • Support free-threaded Python (#2805)
  • Support unnamed requirements in --require-hashes (#2993)
  • Respect link mode for builds, in uv pip compile and for uv venv seed packages (#3016)
  • Force color for build error messages (#3032)
  • Surface invalid metadata as hints in error reports (#2850)

Configuration

  • Add UV_BREAK_SYSTEM_PACKAGES environment variable (#2995)

CLI

  • Remove some restrictions in argument groups (#3001)

Bug fixes

  • Add --find-links source distributions to the registry cache (#2986)
  • Allow comments after all requirements.txt entries (#3018)
  • Avoid cache invalidation on credentials renewal (#3010)
  • Avoid calling normalize_path with relative paths that extend beyond the current directory (#3013)
  • Deduplicate symbolic links between purelib and platlib (#3002)
  • Remove unused --output-file from pip install (#2975)
  • Strip query string when parsing filename from HTML index (#2961)
  • Update hashes without --upgrade if not present (#2966)

Install uv 0.1.32

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.1.32/uv-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from uv's changelog.

0.1.32

Enhancements

  • Add a --require-hashes command-line setting (#2824)
  • Add hash-checking support to install and sync (#2945)
  • Add support for URL requirements in --generate-hashes (#2952)
  • Allow unnamed requirements for overrides (#2999)
  • Enforce and backtrack on invalid versions in source metadata (#2954)
  • Fall back to distributions without hashes in resolver (#2949)
  • Implement --emit-index-annotation to annotate source index for each package (#2926)
  • Log hard-link failures (#3015)
  • Support free-threaded Python (#2805)
  • Support unnamed requirements in --require-hashes (#2993)
  • Respect link mode for builds, in uv pip compile and for uv venv seed packages (#3016)
  • Force color for build error messages (#3032)
  • Surface invalid metadata as hints in error reports (#2850)

Configuration

  • Add UV_BREAK_SYSTEM_PACKAGES environment variable (#2995)

CLI

  • Remove some restrictions in argument groups (#3001)

Bug fixes

  • Add --find-links source distributions to the registry cache (#2986)
  • Allow comments after all requirements.txt entries (#3018)
  • Avoid cache invalidation on credentials renewal (#3010)
  • Avoid calling normalize_path with relative paths that extend beyond the current directory (#3013)
  • Deduplicate symbolic links between purelib and platlib (#3002)
  • Remove unused --output-file from pip install (#2975)
  • Strip query string when parsing filename from HTML index (#2961)
  • Update hashes without --upgrade if not present (#2966)

0.1.31

Bug fixes

  • Ignore direct URL distributions in prefetcher (#2943)

0.1.30

Enhancements

  • Show resolution diagnostics after pip install (#2829)

Performance

... (truncated)

Commits
  • f6b1580 Move global CLI flags into separate struct (#3042)
  • 1f626bf Move ExcludeNewer into its own type (#3041)
  • 37a43f4 Bump version to 0.1.32 (#3039)
  • 74eab0f Minor improvements to renovate config (#3038)
  • dd55995 Force color for build error messages (#3032)
  • eec49ca chore(deps): update rust crate hyper to v1.3.0 (#3036)
  • 348f489 chore(deps): update rust crate chrono to v0.4.38 (#3035)
  • eded6c9 Use link mode for builds, in uv pip compile and for uv venv seed packages...
  • aa855ee chore(deps): update rust crate async-trait to v0.1.80 (#3024)
  • 376732c chore(deps): update pre-commit dependencies (#3022)
  • 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.1.10 to 0.1.32.
- [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.1.10...0.1.32)

---
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 Apr 16, 2024
@dependabot @github

dependabot Bot commented on behalf of github Apr 22, 2024

Copy link
Copy Markdown
Author

Superseded by #93.

@dependabot dependabot Bot closed this Apr 22, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/uv-0.1.32 branch April 22, 2024 23:22
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