Skip to content

Commit 91d5685

Browse files
Update dependency uv to v0.6.7 (#408)
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.6.5` -> `0.6.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv/0.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv/0.6.5/0.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.6.5/0.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.6.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#067) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.6.6...0.6.7) ##### Python - Add CPython 3.14.0a6 - Fix regression where extension modules would use wrong `CXX` compiler on Linux - Enable FTS3 enhanced query syntax for SQLite See the [`python-build-standalone` release notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/tag/20250317) for more details. ##### Enhancements - Add support for `-c` constraints in `uv add` ([#&#8203;12209](https://redirect.github.com/astral-sh/uv/pull/12209)) - Add support for `--global` default version in `uv python pin` ([#&#8203;12115](https://redirect.github.com/astral-sh/uv/pull/12115)) - Always reinstall local source trees passed to `uv pip install` ([#&#8203;12176](https://redirect.github.com/astral-sh/uv/pull/12176)) - Render token claims on publish permission error ([#&#8203;12135](https://redirect.github.com/astral-sh/uv/pull/12135)) - Add pip-compatible `--group` flag to `uv pip install` and `uv pip compile` ([#&#8203;11686](https://redirect.github.com/astral-sh/uv/pull/11686)) ##### Preview features - Avoid creating duplicate directory entries in built wheels ([#&#8203;12206](https://redirect.github.com/astral-sh/uv/pull/12206)) - Allow overriding module names for editable builds ([#&#8203;12137](https://redirect.github.com/astral-sh/uv/pull/12137)) ##### Performance - Avoid replicating core-metadata field on `File` struct ([#&#8203;12159](https://redirect.github.com/astral-sh/uv/pull/12159)) ##### Bug fixes - Add `src` to default cache keys ([#&#8203;12062](https://redirect.github.com/astral-sh/uv/pull/12062)) - Discard insufficient fork markers ([#&#8203;10682](https://redirect.github.com/astral-sh/uv/pull/10682)) - Ensure `python pin --global` creates parent directories if missing ([#&#8203;12180](https://redirect.github.com/astral-sh/uv/pull/12180)) - Fix GraalPy abi tag parsing and discovery ([#&#8203;12154](https://redirect.github.com/astral-sh/uv/pull/12154)) - Remove extraneous script packages in `uv sync --script` ([#&#8203;12158](https://redirect.github.com/astral-sh/uv/pull/12158)) - Remove redundant `activate.bat` output ([#&#8203;12160](https://redirect.github.com/astral-sh/uv/pull/12160)) - Avoid subsequent index hint when no versions are available on the first index ([#&#8203;9332](https://redirect.github.com/astral-sh/uv/pull/9332)) - Error on lockfiles with incoherent wheel versions ([#&#8203;12235](https://redirect.github.com/astral-sh/uv/pull/12235)) ##### Rust API - Update `BaseClientBuild` to accept custom proxies ([#&#8203;12232](https://redirect.github.com/astral-sh/uv/pull/12232)) ##### Documentation - Make testpypi index explicit in example snippet ([#&#8203;12148](https://redirect.github.com/astral-sh/uv/pull/12148)) - Reverse and format the archived changelogs ([#&#8203;12099](https://redirect.github.com/astral-sh/uv/pull/12099)) - Use consistent commas around i.e. and e.g. ([#&#8203;12157](https://redirect.github.com/astral-sh/uv/pull/12157)) - Fix typos in MRE docs ([#&#8203;12198](https://redirect.github.com/astral-sh/uv/pull/12198)) - Fix double space typo ([#&#8203;12171](https://redirect.github.com/astral-sh/uv/pull/12171)) ### [`v0.6.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#066) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.6.5...0.6.6) ##### Python - Add support for dynamic musl Python distributions on x86-64 Linux ([#&#8203;12121](https://redirect.github.com/astral-sh/uv/pull/12121)) - Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on Linux - Upgrade the build toolchain to LLVM 20, improving performance See the [`python-build-standalone` release notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/tag/20250311) for more details. ##### Enhancements - Add `--marker` flag to `uv add` ([#&#8203;12012](https://redirect.github.com/astral-sh/uv/pull/12012)) - Allow overriding module name for uv build backend ([#&#8203;11884](https://redirect.github.com/astral-sh/uv/pull/11884)) - Sync latest Python releases ([#&#8203;12120](https://redirect.github.com/astral-sh/uv/pull/12120)) - Use 'Upload' instead of 'Download' in publish reporter ([#&#8203;12029](https://redirect.github.com/astral-sh/uv/pull/12029)) - Add `[index].authenticate` allowing authentication to be required on an index ([#&#8203;11896](https://redirect.github.com/astral-sh/uv/pull/11896)) - Add support for Windows legacy scripts in `uv tool run` ([#&#8203;12079](https://redirect.github.com/astral-sh/uv/pull/12079)) - Propagate conflicting dependency groups when using `include-group` ([#&#8203;12005](https://redirect.github.com/astral-sh/uv/pull/12005)) - Show ambiguous requirements when `uv add` failed ([#&#8203;12106](https://redirect.github.com/astral-sh/uv/pull/12106)) ##### Performance - Cache workspace discovery ([#&#8203;12096](https://redirect.github.com/astral-sh/uv/pull/12096)) - Insert dependencies into fork state prior to fetching metadata ([#&#8203;12057](https://redirect.github.com/astral-sh/uv/pull/12057)) - Remove some allocations from `uv-auth` ([#&#8203;12077](https://redirect.github.com/astral-sh/uv/pull/12077)) ##### Bug fixes - Avoid considering `PATH` updated when the `export` is commented in the shellrc ([#&#8203;12043](https://redirect.github.com/astral-sh/uv/pull/12043)) - Fix `uv publish` retry on network failures ([#&#8203;12041](https://redirect.github.com/astral-sh/uv/pull/12041)) - Use a sized stream in `uv publish` to comply with WSGI PyPI server constraints ([#&#8203;12111](https://redirect.github.com/astral-sh/uv/pull/12111)) - Fix `uv python install --reinstall` when the version was not previously installed ([#&#8203;12124](https://redirect.github.com/astral-sh/uv/pull/12124)) ##### Preview features - Fix `uv_build` invocation ([#&#8203;12058](https://redirect.github.com/astral-sh/uv/pull/12058)) ##### Documentation - Quote versions string in `python-versions.md` ([#&#8203;12112](https://redirect.github.com/astral-sh/uv/pull/12112)) - Fix tool concept page headings ([#&#8203;12053](https://redirect.github.com/astral-sh/uv/pull/12053)) - Update the `[index].authenticate` docs ([#&#8203;12102](https://redirect.github.com/astral-sh/uv/pull/12102)) - Update versioning policy ([#&#8203;11666](https://redirect.github.com/astral-sh/uv/pull/11666)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 1-5 * * 2" 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-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJub3QgYnVnIG9yIGVuaGFuY2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75abc56 commit 91d5685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parts:
2727
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==25.0.1 # renovate: charmcraft-pip-latest
2828
2929
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
30-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.5/uv-installer.sh | sh # renovate: charmcraft-uv-latest
30+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.6.7/uv-installer.sh | sh # renovate: charmcraft-uv-latest
3131
# poetry 2.0.0 requires Python >=3.9
3232
if ! "$HOME/.local/bin/uv" python find '>=3.9'
3333
then

0 commit comments

Comments
 (0)