project-ryoma / ryoma

Common AI agent framework solving your data problems
https://www.project-ryoma.com
Apache License 2.0
137 stars 29 forks source link

:arrow_up: Bump uv from 0.2.11 to 0.2.24 #548

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps uv from 0.2.11 to 0.2.24.

Release notes

Sourced from uv's releases.

0.2.24

Release Notes

Enhancements

  • Add support for 'any' Python requests (#4948)
  • Allow constraints to be provided in --upgrade-package (#4952)
  • Add manylinux_2_31 to supported --python-platform (#4965)
  • Improve marker simplification (#4639)

CLI

  • Display short help menu when --help is used (#4772)
  • Allow uv help global options during uv help (#4906)
  • Use paging for uv help display when available (#4909)

Performance

  • Switch to single threaded async runtime (#4934)

Bug fixes

  • Avoid AND-ing multi-term specifiers in marker normalization (#4911)
  • Avoid inferring package name for GitHub Archives (#4928)
  • Retry on connection reset network errors (#4960)
  • Apply extra to overrides and constraints (#4829)

Rust API

  • Allow uv crate to be used as a library (#4642)

Install uv 0.2.24

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.2.24/uv-installer.ps1 | iex"

Download uv 0.2.24

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.2.24

Enhancements

  • Add support for 'any' Python requests (#4948)
  • Allow constraints to be provided in --upgrade-package (#4952)
  • Add manylinux_2_31 to supported --python-platform (#4965)
  • Improve marker simplification (#4639)

CLI

  • Display short help menu when --help is used (#4772)
  • Allow uv help global options during uv help (#4906)
  • Use paging for uv help display when available (#4909)

Performance

  • Switch to single threaded async runtime (#4934)

Bug fixes

  • Avoid AND-ing multi-term specifiers in marker normalization (#4911)
  • Avoid inferring package name for GitHub Archives (#4928)
  • Retry on connection reset network errors (#4960)
  • Apply extra to overrides and constraints (#4829)

Rust API

  • Allow uv crate to be used as a library (#4642)

0.2.23

Enhancements

  • Update Windows trampoline binaries (#4864)
  • Show user-facing warning when falling back to copy installs (#4880)

Bug fixes

  • Initialize all --prefix subdirectories (#4895)
  • Respect requires-python when prefetching (#4900)
  • Partially revert Requires-Python version narrowing (#4902)

0.2.22

CLI

  • Add --exclude-newer to installer arguments (#4785)
  • Bold durations in CLI messages (#4818)
  • Drop crate description from the uv help menu (#4773)

... (truncated)

Commits


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 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)
dependabot[bot] commented 4 months ago

Superseded by #562.