You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR 5167: Update ghcr.io/astral-sh/uv Docker tag to v0.6.10
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | final | minor | `0.5.7` -> `0.6.10` |
---
### Release Notes
<details>
<summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary>
### [`v0.6.10`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0610)
[Compare Source](astral-sh/uv@0.6.9...0.6.10)
##### Enhancements
- Add `uv sync --check` flag ([#​12342](astral-sh/uv#12342))
- Add support for Python version requests in `uv python list` ([#​12375](astral-sh/uv#12375))
- Support `.env` files in `uv tool run` ([#​12386](astral-sh/uv#12386))
- Support `python find --script` ([#​11891](astral-sh/uv#11891))
##### Preview features
- Check all compatible torch indexes when `--torch-backend` is enabled ([#​12385](astral-sh/uv#12385))
##### Performance
- Use a boxed slice for extras and groups ([#​12391](astral-sh/uv#12391))
- Use small string for index name type ([#​12355](astral-sh/uv#12355))
##### Bug fixes
- Allow virtual packages with `--no-build` ([#​12314](astral-sh/uv#12314))
- Ignore `--find-links` entries for pinned indexes ([#​12396](astral-sh/uv#12396))
- Omit wheels from lockfile based on `--exclude-newer` ([#​12299](astral-sh/uv#12299))
- Retain end-of-line comment position when adding dependency ([#​12360](astral-sh/uv#12360))
- Omit fragment when querying for wheels in Simple HTML API ([#​12384](astral-sh/uv#12384))
- Error on missing argument in `requirements.txt` ([#​12354](astral-sh/uv#12354))
- Support modules with different casing in build backend ([#​12240](astral-sh/uv#12240))
- Add authentication policy support for `pip` commands ([#​12470](astral-sh/uv#12470))
### [`v0.6.9`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#069)
[Compare Source](astral-sh/uv@0.6.8...0.6.9)
##### Enhancements
- Use `keyring --mode creds` when `authenticate = "always"` ([#​12316](astral-sh/uv#12316))
- Fail with specific error message when no password is present and `authenticate = "always"` ([#​12313](astral-sh/uv#12313))
##### Bug fixes
- Add boolish value parser for `UV_MANAGED_PYTHON` flags ([#​12345](astral-sh/uv#12345))
- Make deserialization non-fatal when assessing source tree revisions ([#​12319](astral-sh/uv#12319))
- Use resolver-returned wheel over alternate c...
0 commit comments