Skip to content

Commit 4279385

Browse files
Update dependency uv to v0.5.25 (#206)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uv](https://pypi.org/project/uv/) ([source](https://redirect.github.com/astral-sh/uv), [changelog](https://redirect.github.com/astral-sh/uv/blob/main/CHANGELOG.md)) | `0.5.22` -> `0.5.25` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.5.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv/0.5.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv/0.5.22/0.5.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.5.22/0.5.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.5.25`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0525) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.24...0.5.25) ##### Enhancements - Allow installation of manylinux wheels on loongarch64 ([#&#8203;10927](https://redirect.github.com/astral-sh/uv/pull/10927)) - Allow optional `=` for editables in `requirements.txt` ([#&#8203;10954](https://redirect.github.com/astral-sh/uv/pull/10954)) - Add Windows aarch64 to the release binaries ([#&#8203;10885](https://redirect.github.com/astral-sh/uv/pull/10885)) ##### Bug fixes - Use spec-compliant (`128+n`) exit codes for `uv run` and `uv tool run` on Unix ([#&#8203;10781](https://redirect.github.com/astral-sh/uv/pull/10781)) - Fix best-interpreter lookups when there is an invalid interpreter in the `PATH` ([#&#8203;11030](https://redirect.github.com/astral-sh/uv/pull/11030)) - Guard against concurrent cache writes on Windows ([#&#8203;11007](https://redirect.github.com/astral-sh/uv/pull/11007)) - Prioritize package preferences with greater package versions ([#&#8203;10963](https://redirect.github.com/astral-sh/uv/pull/10963)) - Reject `--editable` flag on non-directory requirements ([#&#8203;10994](https://redirect.github.com/astral-sh/uv/pull/10994)) - Respect `--no-sources` for `uv pip install` workspace discovery ([#&#8203;11003](https://redirect.github.com/astral-sh/uv/pull/11003)) - Set `JEMALLOC_SYS_WITH_LG_PAGE=16` in ARM Docker builds ([#&#8203;10943](https://redirect.github.com/astral-sh/uv/pull/10943)) - Update `riscv64` Python downloads to allow install on `riscv64gc` ([#&#8203;10937](https://redirect.github.com/astral-sh/uv/pull/10937)) - Fix file persist retries on Windows ([#&#8203;11008](https://redirect.github.com/astral-sh/uv/pull/11008)) - Fix incorrect error message when specifying `tool.uv.sources.(package).workspace` with other options ([#&#8203;11013](https://redirect.github.com/astral-sh/uv/pull/11013)) - Improve SIGINT handling in `uv run` ([#&#8203;11009](https://redirect.github.com/astral-sh/uv/pull/11009)) ##### Documentation - Add `SECURITY` policy ([#&#8203;11035](https://redirect.github.com/astral-sh/uv/pull/11035)) - Add `Requires-Python` upper bound behavior to the docs ([#&#8203;10964](https://redirect.github.com/astral-sh/uv/pull/10964)) - Add a troubleshooting section and reproducible example guide ([#&#8203;10947](https://redirect.github.com/astral-sh/uv/pull/10947)) - Add documentation for `uv add -r` ([#&#8203;10926](https://redirect.github.com/astral-sh/uv/pull/10926)) - Amend `requires-python` rules in resolver documentation ([#&#8203;10993](https://redirect.github.com/astral-sh/uv/pull/10993)) - Reference workspaces in `--no-sources` documentation ([#&#8203;10995](https://redirect.github.com/astral-sh/uv/pull/10995)) - Update documentation for activating virtual environments in different shell ([#&#8203;11000](https://redirect.github.com/astral-sh/uv/pull/11000)) - Add Docker SHA pinning tip ([#&#8203;10955](https://redirect.github.com/astral-sh/uv/pull/10955)) ### [`v0.5.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0524) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.23...0.5.24) ##### Enhancements - Improve determinism of resolution by always setting package priorities ([#&#8203;10853](https://redirect.github.com/astral-sh/uv/pull/10853)) - Upgrade to `cargo-dist` 0.28.0; improves several installer behaviors ([#&#8203;10884](https://redirect.github.com/astral-sh/uv/pull/10884)) ##### Performance - Remove dependencies clone in resolver ([#&#8203;10880](https://redirect.github.com/astral-sh/uv/pull/10880)) - Use Hashbrown's raw entry API to reduce hashes and clone in resolver priority determination ([#&#8203;10881](https://redirect.github.com/astral-sh/uv/pull/10881)) ##### Bug fixes - Allow fallback to Python download on non-critical discovery errors ([#&#8203;10908](https://redirect.github.com/astral-sh/uv/pull/10908)) ##### Preview features - Register managed Python version with the Windows Registry (PEP 514) ([#&#8203;10634](https://redirect.github.com/astral-sh/uv/pull/10634)) ##### Documentation - Improve documentation for some environment variables ([#&#8203;10887](https://redirect.github.com/astral-sh/uv/pull/10887)) - Add git subdirectory example ([#&#8203;10894](https://redirect.github.com/astral-sh/uv/pull/10894)) ### [`v0.5.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0523) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.22...0.5.23) ##### Enhancements - Add `--refresh` to `uv venv` ([#&#8203;10834](https://redirect.github.com/astral-sh/uv/pull/10834)) - Add `--no-default-groups` command-line flag ([#&#8203;10618](https://redirect.github.com/astral-sh/uv/pull/10618)) ##### Bug fixes - Sort extras and groups when comparing lockfile requirements ([#&#8203;10856](https://redirect.github.com/astral-sh/uv/pull/10856)) - Include `commit_id` and `requested_revision` in `direct_url.json` ([#&#8203;10862](https://redirect.github.com/astral-sh/uv/pull/10862)) - Invalidate lockfile when static versions change ([#&#8203;10858](https://redirect.github.com/astral-sh/uv/pull/10858)) - Make GitHub fast path errors non-fatal ([#&#8203;10859](https://redirect.github.com/astral-sh/uv/pull/10859)) - Remove warnings for `--frozen` and `--locked` in `uv run --script` ([#&#8203;10840](https://redirect.github.com/astral-sh/uv/pull/10840)) - Resolve `find-links` paths relative to the configuration file ([#&#8203;10827](https://redirect.github.com/astral-sh/uv/pull/10827)) - Respect visitation order for proxy packages ([#&#8203;10833](https://redirect.github.com/astral-sh/uv/pull/10833)) - Treat version mismatch errors as non-fatal in fast paths ([#&#8203;10860](https://redirect.github.com/astral-sh/uv/pull/10860)) - Mark `--locked` and `--upgrade` are conflicting ([#&#8203;10836](https://redirect.github.com/astral-sh/uv/pull/10836)) - Relax error checking around unconditional enabling of conflicting extras ([#&#8203;10875](https://redirect.github.com/astral-sh/uv/pull/10875)) ##### Documentation - Reduce ambiguity in conflicting extras example ([#&#8203;10877](https://redirect.github.com/astral-sh/uv/pull/10877)) - Update pre-commit documentation ([#&#8203;10756](https://redirect.github.com/astral-sh/uv/pull/10756)) ##### Error messages - Error when workspace contains conflicting Python requirements ([#&#8203;10841](https://redirect.github.com/astral-sh/uv/pull/10841)) - Improve uvx error message when uv is missing ([#&#8203;9745](https://redirect.github.com/astral-sh/uv/pull/9745)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, 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/canonical/mysql-router-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4036eff commit 4279385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charmcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parts:
4747
rustup default stable
4848
4949
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
50-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.22/uv-installer.sh | sh # renovate: charmcraft-uv-latest
50+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.25/uv-installer.sh | sh # renovate: charmcraft-uv-latest
5151
# poetry 2.0.0 requires Python >=3.9
5252
if ! "$HOME/.local/bin/uv" python find '>=3.9'
5353
then

0 commit comments

Comments
 (0)