Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps uv from 0.1.10 to 0.1.42.

Release notes

Sourced from uv's releases.

0.1.42

Release Notes

This release includes stabilized support for persistent configuration in uv.

uv will now read project configuration from a pyproject.toml or uv.toml file in the current directory or any parent directory, along with user configuration at ~/.config/uv/uv.toml (or $XDG_CONFIG_HOME/uv/uv.toml) on macOS and Linux, and %APPDATA%\uv\uv.toml on Windows.

See: Persistent Configuration for more.

Enhancements

  • Respect MACOSX_DEPLOYMENT_TARGET in --python-platform (#3470)

Configuration

  • Add documentation for persistent configuration (#3467)
  • Add JSON Schema export to SchemaStore (#3461)
  • Merge user and workspace settings (#3462)

Bug fixes

  • Use Metadata10 to parse PKG-INFO of legacy editable (#3450)
  • Apply normcase to line from easy-install.pth (#3451)
  • Upgrade async_http_range_reader to v0.8.0 to respect redirects in range requests (#3460)
  • Use last non-EOL version for --python-platform macOS (#3469)

Install uv 0.1.42

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.1.42

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.1.42

This release includes stabilized support for persistent configuration in uv.

uv will now read project configuration from a pyproject.toml or uv.toml file in the current directory or any parent directory, along with user configuration at ~/.config/uv/uv.toml (or $XDG_CONFIG_HOME/uv/uv.toml) on macOS and Linux, and %APPDATA%\uv\uv.toml on Windows.

See: Persistent Configuration for more.

Enhancements

  • Respect MACOSX_DEPLOYMENT_TARGET in --python-platform (#3470)

Configuration

  • Add documentation for persistent configuration (#3467)
  • Add JSON Schema export to SchemaStore (#3461)
  • Merge user and workspace settings (#3462)

Bug fixes

  • Use Metadata10 to parse PKG-INFO of legacy editable (#3450)
  • Apply normcase to line from easy-install.pth (#3451)
  • Upgrade async_http_range_reader to v0.8.0 to respect redirects in range requests (#3460)
  • Use last non-EOL version for --python-platform macOS (#3469)

0.1.41

Bug fixes

  • Remove unconstrained version error from requirements (#3443)

0.1.40

Enhancements

  • Add --allow-existing to overwrite existing virtualenv (#2548)
  • Respect and enable uninstalls of legacy editables (.egg-link) (#3415)
  • Respect and enable uninstalls of existing .egg-info packages (#3380)

CLI

  • Accept --no-upgrade, --no-refresh, etc. on the CLI (#3328)

Configuration

  • Expose UV_NO_BUILD_ISOLATION as environment variable (#3318)
  • Expose UV_PYTHON as an environment variable (#3284)
  • Expose UV_LINK_MODE as environment variable (#3315)

... (truncated)

Commits
  • 367958e Bump version to v0.1.42 (#3472)
  • fa43288 Use environment layering for uv run --with (#3447)
  • 7d41e7d Respect MACOSX_DEPLOYMENT_TARGET in --python-platform (#3470)
  • ca809ad Use last non-EOL version for --python-platform macOS (#3469)
  • eec99f9 Add basic documentation for persistent configuration (#3467)
  • a3c98e8 Disallow pyproject.toml files for non-project configuration (#3463)
  • 1aa8ff8 Merge user and workspace settings (#3462)
  • 74f5372 Set stack size for remaining install and sync tests (#3464)
  • b2adb96 Ignore compile_invalid_pyc_invalidation_mode on macOS (#3465)
  • 7c7c9e2 Warn when missing minimal bounds when using tool.uv.sources (#3452)
  • 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.42.
- [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.42)

---
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 May 13, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #100.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/pip/uv-0.1.42 branch May 20, 2024 23:37
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