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

feat(github-release): update uv ( 0.5.25 → 0.6.4 ) #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Update Change
uv minor 0.5.25 -> 0.6.4

Release Notes

astral-sh/uv (uv)

v0.6.4

Compare Source

Enhancements
  • Upgrade pypy3.10 to v7.3.19 (#​11814)
  • Allow configuring log verbosity from the CLI (i.e., -vvv) (#​11758)
  • Warn when duplicate index names found in single file (#​11824)
Bug fixes
  • Always store registry index on resolution packages (#​11815)
  • Avoid error on relative paths in uv tool uninstall (#​11889)
  • Avoid silently dropping errors in directory enumeration (#​11890)
  • Disable interactive git terminal prompts during fetches (#​11744)
  • Discover Windows registry (PEP 514) Python versions across 32/64-bit (#​11801)
  • Don't panic on Ctrl-C in confirm prompt (#​11706)
  • Fix non-directory in workspace on Windows (#​11833)
  • Make interpreter caching robust to OS upgrades (#​11875)
  • Respect include-system-site-packages in layered environments (#​11873)
  • Suggest uv tool update-shell in PowerShell (#​11846)
  • Update code page to 65001 before setting environment variables in virtual environments (#​11831)
  • Use hash instead of full wheel name in wheels bucket (#​11738)
  • Fix version string truncation while generating cache_key (#​11830)
  • Explicitly handle ctrl-c in confirmation prompt instead of using a signal handler (#​11897)
Performance
  • Avoid cloning to string when creating cache path (#​11772)
  • Avoid redundant clones in version containment check (#​11767)
  • Avoid string allocation when enumerating tool names (#​11910)
  • Avoid using owned String for package name constructors (#​11768)
  • Avoid using owned String in deserializers (#​11764)
  • Migrate to zlib-rs (again) (#​11894)
  • Remove unnecessary clones when adding package names (#​11771)
  • Skip unquote allocation for non-quoted strings (#​11813)
  • Use SmallString for filenames and URLs (#​11765)
  • Use a Boxed slice for version specifiers (#​11766)
  • Use matches over contains for extra value parsing (#​11770)
Documentation
  • Avoid fallback to PyPI in mixed CPU/CUDA example (#​11115)
  • Docs: Clarify that setting cache-keys overrides defaults (#​11895)
  • Document our MSRV policy (#​11898)
  • Fix reference to macOS cache path (#​11845)
  • Fix typo in no_default_groups documentation and changelog (#​11928)
  • Update the "Locking and syncing" page (#​11647)
  • Update alternative indexes documentation to use new interface (#​10826)

v0.6.3

Compare Source

Enhancements
  • Allow quotes around command-line options in requirement.txt files (#​11644)
  • Initialize PEP 723 script in uv lock --script (#​11717)
Configuration
  • Accept multiple .env files in UV_ENV_FILE (#​11665)
Performance
  • Reduce overhead in converting resolutions (#​11660)
  • Use SmallString on Hashes (#​11756)
  • Use a Box for Yanked on File (#​11755)
  • Use a SmallString for the Yanked enum (#​11715)
  • Use boxed slices for hash vector (#​11714)
  • Use install concurrency for bytecode compilation too (#​11615)
Bug fixes
  • Avoid installing duplicate dependencies across conflicting groups (#​11653)
  • Check subdirectory existence after cache heal (#​11719)
  • Include uppercase platforms for Windows wheels (#​11681)
  • Respect existing PEP 723 script settings in uv add (#​11716)
  • Reuse refined interpreter to create tool environment (#​11680)
  • Skip removed directories during bytecode compilation (#​11633)
  • Support conflict markers in uv export (#​11643)
  • Treat lockfile as outdated if (empty) extras are added (#​11702)
  • Display path separators as backslashes on Windows (#​11667)
  • Display the built file name instead of the canonicalized name in uv build (#​11593)
  • Fix message when there are no buildable packages (#​11722)
  • Re-allow HTTP schemes for Git dependencies (#​11687)
Documentation
  • Add anchor links to arguments and options in the CLI reference (#​11754)
  • Add link to environment marker specification (#​11748)
  • Fix missing a closing bracket in the cache-keys setting (#​11669)
  • Remove the last edited date from documentation pages (#​11753)
  • Fix readme typo (#​11742)

v0.6.2

Compare Source

Enhancements
  • Add support for constraining build dependencies with tool.uv.build-constraint-dependencies (#​11585)
  • Sort dependency group keys when adding new group (#​11591)
Performance
Bug fixes
  • Allow use of x86-64 Python on ARM Windows (#​11625)
  • Fix an issue where conflict markers could instigate a very large lock file (#​11293)
  • Fix duplicate packages with multiple conflicting extras declared (#​11513)
  • Respect color settings for log messages (#​11604)
  • Eagerly reject unsupported Git schemes (#​11514)
Documentation
  • Add documentation for specifying Python versions in tool commands (#​11598)

v0.6.1

Compare Source

Enhancements
  • Allow users to mark platforms as "required" for wheel coverage (#​10067)
  • Warn for builds in non-build and workspace root pyproject.toml (#​11394)
Bug fixes
  • Add --all to uvx --reinstall message (#​11535)
  • Fallback to GET on HTTP 400 when attempting to use range requests for wheel download (#​11539)
  • Prefer local variants in preference selection (#​11546)
  • Respect verbatim executable name in uvx (#​11524)
Documentation
  • Add documentation for required environments (#​11542)
  • Note that main.py used to be hello.py (#​11519)

v0.6.0

Compare Source

There have been 31 releases and 1135 pull requests since 0.5.0, our last release with breaking changes. As before, we've accumulated various changes that improve correctness and user experience, but could break some workflows. This release contains those changes; many have been marked as breaking out of an abundance of caution. We expect most users to be able to upgrade without making changes.

Breaking changes
  • Create main.py instead of hello.py in uv init (#​10369)

    Previously, uv init created a hello.py sample file. Now, uv init will create main.py instead — which aligns with expectations from user feedback. The --bare option can be used to avoid creating the file altogether.

  • Respect UV_PYTHON in uv python install (#​11487)

    Previously, uv python install did not read this environment variable; now it does. We believe this matches user expectations, however, this will take priority over .python-version files which could be considered breaking.

  • Set UV to the uv executable path (#​11326)

    When uv spawns a subprocess, it will now have the UV environment variable set to the uv binary path. This change is breaking if you are setting the UV environment variable yourself, as we will overwrite its value.

    Additionally, this change requires marking the uv Rust entrypoint (uv::main) as unsafe to avoid unsoundness — this is only relevant if you are invoking uv using Rust. See the Rust documentation for details about the safety of updating a process' environment.

  • Error on non-existent extras, e.g., in uv sync (#​11426)

    Previously, uv would silently ignore non-existent extras requested on the command-line (e.g., via uv sync --extra foo). This is generally correct behavior when resolving requests for package extras, because an extra may be present on one compatible version of a package but not another. However, this flexibility doesn't need to apply to the local project and it's less surprising to error here.

  • Error on missing dependency groups when --frozen is provided (#​11499)

    Previously, uv would not validate that the requested dependency groups were present in the lockfile when the --frozen flag was used. Now, an error will be raised if a requested dependency group is not present.

  • Change -p to a --python alias in uv pip compile (#​11486)

    In uv pip compile, -p was an alias for --python-version while everywhere else in uv's interface it is an alias for --python. Additionally, uv pip compile did not respect the UV_PYTHON environment variable. Now, the semantics of this flag have been updated for parity with the rest of the CLI.

    However, --python-version is unique: if we cannot find an interpreter with the given version, we will not fail. Instead, we'll use an alternative interpreter and override its version tags with the requested version during package resolution. This behavior is retained here for backwards compatibility, --python <version> / -p <version> will not fail if the version cannot be found. However, if a specific interpreter is requested, e.g., with --python <path> or --python pypy, and cannot be found — uv will exit with an error.

    The breaking changes here are that UV_PYTHON is respected and --python <version> will no longer fail if the version cannot be found.

  • Bump alpine default tag to 3.21 for derived Docker images (#​11157)

    Alpine 3.21 was released in Dec 2024 and is used in the official Alpine-based Python images. Our uv:python3.x-alpine images have been using 3.21 since uv v0.5.8. However, now the the uv:alpine image will use 3.21 instead of 3.20 and uv:alpine3.20 will no longer be updated.

  • Use files instead of junctions on Windows (#​11269)

    Previously, we used junctions for atomic replacement of cache entries on Windows. Now, we use a file with a pointer to the cache entry instead. This resolves various edge-case behaviors with junctions. These files are only intended to be consumed by uv and the cache version has been bumped. We do not think this change will affect workflows.

Stabilizations
  • uv publish is no longer in preview (#​11032)

    This does not come with any behavior changes. You will no longer see an experimental warning when using uv publish. See the linked pull request for a report on the stabilization.

Enhancements
  • Support --active for PEP 723 script environments (#​11433)
  • Add revision to the lockfile to allow backwards-compatible metadata changes (#​11500)
Bug fixes
  • Avoid reading metadata from .egg-info files (#​11395)
  • Include archive bucket version in archive pointers (#​11306)
  • Omit lockfile version when additional fields are dynamic (#​11468)
  • Respect executable name in uvx --from tool@latest (#​11465)
Documentation
  • The CHANGELOG.md is now split into separate files for each "major" version to fix rendering (#​11510)

v0.5.31

Compare Source

Release Notes

Enhancements
  • Add uv sync --script (#​11361)
  • Allow PEP 508 requirements in tool requests (#​11337)
  • Allow source distributions to produce wheels with +local suffixes (#​11429)
  • Bring parity to uvx and uv tool install requests (#​11345)
  • Use a stable directory for local, remote, and stdin script virtual environments (#​11347, #​11364)
  • Detect infinite recursion in uv run (#​11386)
Python

The managed Python distributions have been updated, including:

See the python-build-standalone release notes for more details.

Bug fixes
  • Fix cross-drive script installation (#​11167)
  • Add indexes in priority order (#​11451)
  • Allow --python <dir> requests to match existing environments if sys.executable is the same file (#​11290)
  • Avoid comparing to system site packages in --dry-run mode (#​11427)
  • Prefer running executables in the environment with <name> over <name>/__main__.py (#​11431)
  • Retry local clones without hardlinks if they fail (#​11421)
Documentation
  • Update alternative-indexes.md to use UV_INDEX instead of UV_EXTRA_INDEX_URL (#​11381)
  • Update scripts guide to include using package indexes (#​11443)

Install uv 0.5.31

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.31/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.31/uv-installer.ps1 | iex"

Download uv 0.5.31

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.30

Compare Source

Release Notes

Python

The managed PyPy distributions have been updated for PyPy v7.3.18, which includes:

  • PyPy3.10, which updates the standard library from Python 3.10.14 to 3.10.19
  • PyPy3.11, which adds beta support for Python 3.11.11

See the PyPy release for more details.

Enhancements
  • Add uv sync --dry-run (#​11299)
  • Ignore #egg fragment in HTML Simple API response (#​11340)
Configuration
  • Add NO_BINARY and NO_BINARY_PACKAGE environment variables (#​11399)
Performance
  • Avoid re-cloning name when populating ambiguous set (#​11401)
  • Optimize flattening in large workspaces (#​11313)
Bug fixes
  • Allow dynamic packages to be overloaded (#​11400)
  • Fix credential caching for index roots when URL ends in simple/ (#​11336)
  • Fix marker merging for requirements.txt for psycopg (#​11298)
  • Set 777 permissions on locked files (#​11328)
  • Support extras in @ requests for tools (#​11335)
  • Upgrade astral-tokio-tar to v0.5.1 (#​11359)
  • Avoid missing logging for no-op upgrade events (#​11301)
  • Use refined specifiers when logging narrowed Python range (#​11334)
  • Don't use popup-generating eprintln in trampoline warnings (#​11295)
  • Patch pkg-config files to be relocatable (#​11291)
  • Fix a case of duplicate torch packages when using conflicting extras (#​11323)
Documentation
  • Add docs for uv tool install --editable (#​11280)
  • Fix broken anchors in README and docs index (#​11338)

Install uv 0.5.30

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.30/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.30/uv-installer.ps1 | iex"

Download uv 0.5.30

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.29

Compare Source

Release Notes

Enhancements
  • Add --bare option to uv init (#​11192)
  • Add support for respecting VIRTUAL_ENV in project commands via --active (#​11189)
  • Allow the project VIRTUAL_ENV warning to be silenced with --no-active (#​11251)
Python

The managed Python distributions have been updated, including:

  • CPython 3.12.9
  • CPython 3.13.2
  • pkg-config files are now relocatable

See the python-build-standalone release notes for more details.

Bug fixes
  • Always use base Python discovery logic for cached environments (#​11254)
  • Use a flock to avoid concurrent initialization of project environments (#​11259)
  • Fix handling of --all-groups and --no-default-groups flags (#​11224)
Documentation
  • Minor touchups to the Docker provenance docs (#​11252)
  • Move content from the mkdocs.public.yml into the template (#​11246)

Install uv 0.5.29

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.29/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.29/uv-installer.ps1 | iex"

Download uv 0.5.29

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.28

Compare Source

Release Notes

Bug fixes
  • Allow discovering virtual environments from the first interpreter found on the PATH (#​11218)
  • Clear ephemeral overlays when running tools (#​11141)
  • Disable SSL in Git commands for --allow-insecure-host (#​11210)
  • Fix hardlinks in tar unpacking (#​11221)
  • Set base executable when returning virtual environment (#​11209)
  • Use base Python for cached environments (#​11208)
Documentation
  • Add documentation on verifying Docker image attestations (#​11140)
  • Add last updated to documentation (#​11164)

Install uv 0.5.28

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.28/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.28/uv-installer.ps1 | iex"

Download uv 0.5.28

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.27

Compare Source

Release Notes

Enhancements
  • Avoid setting permissions during tar extraction (#​11191)
  • Remove warnings for missing lower bounds (#​11195)
  • Update PubGrub to set-based outdated priority tracking (#​11169)
  • Improve error messages for uv pip install with --extra or --all-extras and invalid sources (#​11193)
  • Sign Docker images using GitHub attestations (#​8685)
Preview features
  • Don't expand self-referential extras in the build backend (#​11142)
Performance
  • Filter discovered Python executables by source before querying (#​11143)
  • Optimize exclusion computation for markers (#​11158)
  • Use Astral-maintained tokio-tar fork (#​11174)
  • Remove unneeded .clone() (#​11127)
Bug fixes
  • Fix relative paths in bytecode compilation (#​11177)
  • Percent-decode URLs in canonical comparisons (#​11088)
  • Respect concurrency limits in parallel index fetch (#​11182)
  • Use wire JSON schema for conflict items (#​11196)
  • Use explicit _GLibCVersion tuple in uv-python crate (#​11122)
Documentation
  • Add Git SHA locking behavior to docs (#​11125)
  • Add best-practice flags to pip install example in troubleshooting guide (#​11194)
  • Set VIRTUAL_ENV in Jupyter kernels (#​11155)
  • Add instructions for deactivating an environment (#​11200)

Install uv 0.5.27

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.27/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.27/uv-installer.ps1 | iex"

Download uv 0.5.27

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows 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
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.26

Compare Source

Release Notes
Enhancements
  • Add support for uvx python (#​11076)
  • Allow --no-dev --invert in uv tree (#​11068)
  • Update uv python install --reinstall to reinstall all previous versions (#​11072)
  • Consistently write log messages with capitalized first word (#​11111)
  • Suggest --build-backend when --backend is passed to uv init (#​10958)
  • Improve retry trace message (#​11108)
Performance
  • Remove unnecessary UTF-8 conversion in hash parsing (#​11110)
Bug fixes
  • Ignore non-hash fragments in HTML API responses (#​11107)
  • Avoid resolving symbolic links when querying Python interpreters (#​11083)
  • Avoid sharing state between universal and non-universal resolves (#​11051)
  • Error when --script is passing a non-PEP 723 script (#​11118)
  • Make metadata deserialization failures non-fatal in the cache (#​11105)
  • Mark metadata as dynamic when reading from built wheel cache (#​11046)
  • Propagate credentials for <index>/simple to <index>/... endpoints (#​11074)
  • Fix conflicting extra bug during uv sync (#​11075)
Documentation
  • Add PyTorch XPU instructions to the PyTorch guide (#​11109)
  • Add docs for signal handling (#​11041)
  • Explain build frontend vs. build backend (#​11094)
  • Fix formatting of RUST_LOG documentation (#​10053)
  • Fix typo in --no-deps description (#​11073)
  • Reflow CLI documentation comments (#​11040)
  • Shorten "Using existing Python versions" nav item so it fits on one line (#​11077)
  • Some minor touch-ups to the Python install guide (#​11116)
  • Update Dependabot tracking issue link (#​11054)
  • Update documentation for running in a container (#​11052)
  • Upgrade PyTorch version in documentation (#​11114)
  • Use sys_platform in lieu of platform_system in PyTorch docs (#​11113)
  • Use positive (rather than negative) markers in PyTorch examples (#​11112)
  • Fix unnecessary backslashes in brackets (#​11059)
  • Suggest setting copy link mode in GitLab integration guide (#​11067)
Install uv 0.5.26
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.26/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Europe/Lisbon, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/eivarin/Athena-Ops).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=-->

@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.26 ) fix(github-release): update uv ( 0.5.25 → 0.5.27 ) Feb 4, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 82bd723 to e345065 Compare February 4, 2025 01:00
@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.27 ) fix(github-release): update uv ( 0.5.25 → 0.5.28 ) Feb 5, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from e345065 to 54033fc Compare February 5, 2025 04:34
@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.28 ) fix(github-release): update uv ( 0.5.25 → 0.5.29 ) Feb 6, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 54033fc to 8f7da32 Compare February 6, 2025 05:03
@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.29 ) fix(github-release): update uv ( 0.5.25 → 0.5.30 ) Feb 11, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 8f7da32 to 473196f Compare February 11, 2025 01:54
@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.30 ) fix(github-release): update uv ( 0.5.25 → 0.5.31 ) Feb 12, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 473196f to e43dc8f Compare February 12, 2025 22:14
@renovate renovate bot added the type/minor label Feb 14, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from e43dc8f to 1d5a55e Compare February 14, 2025 19:52
@renovate renovate bot removed the type/patch label Feb 14, 2025
@renovate renovate bot changed the title fix(github-release): update uv ( 0.5.25 → 0.5.31 ) feat(github-release): update uv ( 0.5.25 → 0.6.0 ) Feb 14, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 1d5a55e to a1f9cd2 Compare February 17, 2025 22:54
@renovate renovate bot changed the title feat(github-release): update uv ( 0.5.25 → 0.6.0 ) feat(github-release): update uv ( 0.5.25 → 0.6.1 ) Feb 17, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from a1f9cd2 to c1ae7f5 Compare February 19, 2025 22:36
@renovate renovate bot changed the title feat(github-release): update uv ( 0.5.25 → 0.6.1 ) feat(github-release): update uv ( 0.5.25 → 0.6.2 ) Feb 19, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from c1ae7f5 to 0c68079 Compare February 25, 2025 03:29
@renovate renovate bot changed the title feat(github-release): update uv ( 0.5.25 → 0.6.2 ) feat(github-release): update uv ( 0.5.25 → 0.6.3 ) Feb 25, 2025
@renovate renovate bot force-pushed the renovate/uv-0.x branch from 0c68079 to 1bf266a Compare March 4, 2025 02:23
@renovate renovate bot changed the title feat(github-release): update uv ( 0.5.25 → 0.6.3 ) feat(github-release): update uv ( 0.5.25 → 0.6.4 ) Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants