generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 91d5685
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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`
([#​12209](https://redirect.github.com/astral-sh/uv/pull/12209))
- Add support for `--global` default version in `uv python pin`
([#​12115](https://redirect.github.com/astral-sh/uv/pull/12115))
- Always reinstall local source trees passed to `uv pip install`
([#​12176](https://redirect.github.com/astral-sh/uv/pull/12176))
- Render token claims on publish permission error
([#​12135](https://redirect.github.com/astral-sh/uv/pull/12135))
- Add pip-compatible `--group` flag to `uv pip install` and `uv pip
compile`
([#​11686](https://redirect.github.com/astral-sh/uv/pull/11686))
##### Preview features
- Avoid creating duplicate directory entries in built wheels
([#​12206](https://redirect.github.com/astral-sh/uv/pull/12206))
- Allow overriding module names for editable builds
([#​12137](https://redirect.github.com/astral-sh/uv/pull/12137))
##### Performance
- Avoid replicating core-metadata field on `File` struct
([#​12159](https://redirect.github.com/astral-sh/uv/pull/12159))
##### Bug fixes
- Add `src` to default cache keys
([#​12062](https://redirect.github.com/astral-sh/uv/pull/12062))
- Discard insufficient fork markers
([#​10682](https://redirect.github.com/astral-sh/uv/pull/10682))
- Ensure `python pin --global` creates parent directories if missing
([#​12180](https://redirect.github.com/astral-sh/uv/pull/12180))
- Fix GraalPy abi tag parsing and discovery
([#​12154](https://redirect.github.com/astral-sh/uv/pull/12154))
- Remove extraneous script packages in `uv sync --script`
([#​12158](https://redirect.github.com/astral-sh/uv/pull/12158))
- Remove redundant `activate.bat` output
([#​12160](https://redirect.github.com/astral-sh/uv/pull/12160))
- Avoid subsequent index hint when no versions are available on the
first index
([#​9332](https://redirect.github.com/astral-sh/uv/pull/9332))
- Error on lockfiles with incoherent wheel versions
([#​12235](https://redirect.github.com/astral-sh/uv/pull/12235))
##### Rust API
- Update `BaseClientBuild` to accept custom proxies
([#​12232](https://redirect.github.com/astral-sh/uv/pull/12232))
##### Documentation
- Make testpypi index explicit in example snippet
([#​12148](https://redirect.github.com/astral-sh/uv/pull/12148))
- Reverse and format the archived changelogs
([#​12099](https://redirect.github.com/astral-sh/uv/pull/12099))
- Use consistent commas around i.e. and e.g.
([#​12157](https://redirect.github.com/astral-sh/uv/pull/12157))
- Fix typos in MRE docs
([#​12198](https://redirect.github.com/astral-sh/uv/pull/12198))
- Fix double space typo
([#​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
([#​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`
([#​12012](https://redirect.github.com/astral-sh/uv/pull/12012))
- Allow overriding module name for uv build backend
([#​11884](https://redirect.github.com/astral-sh/uv/pull/11884))
- Sync latest Python releases
([#​12120](https://redirect.github.com/astral-sh/uv/pull/12120))
- Use 'Upload' instead of 'Download' in publish reporter
([#​12029](https://redirect.github.com/astral-sh/uv/pull/12029))
- Add `[index].authenticate` allowing authentication to be required on
an index
([#​11896](https://redirect.github.com/astral-sh/uv/pull/11896))
- Add support for Windows legacy scripts in `uv tool run`
([#​12079](https://redirect.github.com/astral-sh/uv/pull/12079))
- Propagate conflicting dependency groups when using `include-group`
([#​12005](https://redirect.github.com/astral-sh/uv/pull/12005))
- Show ambiguous requirements when `uv add` failed
([#​12106](https://redirect.github.com/astral-sh/uv/pull/12106))
##### Performance
- Cache workspace discovery
([#​12096](https://redirect.github.com/astral-sh/uv/pull/12096))
- Insert dependencies into fork state prior to fetching metadata
([#​12057](https://redirect.github.com/astral-sh/uv/pull/12057))
- Remove some allocations from `uv-auth`
([#​12077](https://redirect.github.com/astral-sh/uv/pull/12077))
##### Bug fixes
- Avoid considering `PATH` updated when the `export` is commented in the
shellrc
([#​12043](https://redirect.github.com/astral-sh/uv/pull/12043))
- Fix `uv publish` retry on network failures
([#​12041](https://redirect.github.com/astral-sh/uv/pull/12041))
- Use a sized stream in `uv publish` to comply with WSGI PyPI server
constraints
([#​12111](https://redirect.github.com/astral-sh/uv/pull/12111))
- Fix `uv python install --reinstall` when the version was not
previously installed
([#​12124](https://redirect.github.com/astral-sh/uv/pull/12124))
##### Preview features
- Fix `uv_build` invocation
([#​12058](https://redirect.github.com/astral-sh/uv/pull/12058))
##### Documentation
- Quote versions string in `python-versions.md`
([#​12112](https://redirect.github.com/astral-sh/uv/pull/12112))
- Fix tool concept page headings
([#​12053](https://redirect.github.com/astral-sh/uv/pull/12053))
- Update the `[index].authenticate` docs
([#​12102](https://redirect.github.com/astral-sh/uv/pull/12102))
- Update versioning policy
([#​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 91d5685Copy full SHA for 91d5685
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments