Skip to content

Bump uv from 0.1.10 to 0.1.36 - #93

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps uv from 0.1.10 to 0.1.36.

Release notes

Sourced from uv's releases.

0.1.36

Release Notes

Enhancements

  • Add support for embedded Python on Windows (#3161)
  • Add Docker image publishing to release pipeline (#3155)
    • Note this image is not available yet. See #3195.

Configuration

  • Add UV_CONSTRAINT environment variable to provide value for --constraint (#3162)

Bug fixes

  • Avoid waiting for metadata for --no-deps editables (#3188)
  • Fix venvlauncher.exe reference in venv creation (#3160)
  • Fix authentication for URLs with a shared realm (#3130)
  • Restrict observed requirements to direct when --no-deps is specified (#3191)

Documentation

  • Add a versioning policy to the README (#3151)

Install uv 0.1.36

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.1.36

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
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.1.36

Enhancements

  • Add support for embedded Python on Windows (#3161)
  • Add Docker image publishing to release pipeline (#3155)

Configuration

  • Add UV_CONSTRAINT environment variable to provide value for --constraint (#3162)

Bug fixes

  • Avoid waiting for metadata for --no-deps editables (#3188)
  • Fix venvlauncher.exe reference in venv creation (#3160)
  • Fix authentication for URLs with a shared realm (#3130)
  • Restrict observed requirements to direct when --no-deps is specified (#3191)

Documentation

  • Add a versioning policy to the README (#3151)

0.1.35

Enhancements

  • Add a --python-platform argument to enable resolving against a target platform (#3111)
  • Enforce HTTP timeouts on a per-read (rather than per-request) basis (#3144)

Bug fixes

  • Avoid preferring constrained over unconstrained packages (#3148)
  • Allow UV_SYSTEM_PYTHON=1 in addition to UV_SYSTEM_PYTHON=true (#3136)

0.1.34

CLI

  • Allow --python and --system on pip compile (#3115)
  • Remove Option<bool> for --no-cache (#3129)
  • Rename --compile to --compile-bytecode (#3102)
  • Accept 0, 1, and similar values for Boolean environment variables (#3113)

Configuration

  • Add UV_REQUIRE_HASHES environment variable (#3125)
  • Add negation flags to the CLI (#3050)

Bug fixes

... (truncated)

Commits
  • 11c6a07 Regenerate with cargo-dist 0.13.2 (#3194)
  • 78cd999 Bump version to 0.1.36 (#3193)
  • 04eaee7 Update Rust crate pyo3 to 0.21.0 (#2911)
  • f98eca8 Fix authentication for URLs with a shared realm (#3130)
  • 41b29b2 Add support for embedded Python on Windows (#3161)
  • 79d4a65 Update Rust crate rmp-serde to v1.2.0 (#3173)
  • 792a917 Restrict observed requirements to direct when --no-deps is specified (#3191)
  • a4f125c Avoid waiting for metadata for --no-deps editables (#3188)
  • 725004d Rename the second direct url to parsed url (#3187)
  • 82c4772 Move unnamed requirements to their own pep508_rs module and requirements-txt ...
  • 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.36.
- [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.36)

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

dependabot Bot commented on behalf of github Apr 29, 2024

Copy link
Copy Markdown
Author

Superseded by #94.

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