Skip to content

Commit 2773b25

Browse files
skr-prd-cloerenovate-cajAchilles, David
authored andcommitted
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 ([#&#8203;12342](astral-sh/uv#12342)) - Add support for Python version requests in `uv python list` ([#&#8203;12375](astral-sh/uv#12375)) - Support `.env` files in `uv tool run` ([#&#8203;12386](astral-sh/uv#12386)) - Support `python find --script` ([#&#8203;11891](astral-sh/uv#11891)) ##### Preview features - Check all compatible torch indexes when `--torch-backend` is enabled ([#&#8203;12385](astral-sh/uv#12385)) ##### Performance - Use a boxed slice for extras and groups ([#&#8203;12391](astral-sh/uv#12391)) - Use small string for index name type ([#&#8203;12355](astral-sh/uv#12355)) ##### Bug fixes - Allow virtual packages with `--no-build` ([#&#8203;12314](astral-sh/uv#12314)) - Ignore `--find-links` entries for pinned indexes ([#&#8203;12396](astral-sh/uv#12396)) - Omit wheels from lockfile based on `--exclude-newer` ([#&#8203;12299](astral-sh/uv#12299)) - Retain end-of-line comment position when adding dependency ([#&#8203;12360](astral-sh/uv#12360)) - Omit fragment when querying for wheels in Simple HTML API ([#&#8203;12384](astral-sh/uv#12384)) - Error on missing argument in `requirements.txt` ([#&#8203;12354](astral-sh/uv#12354)) - Support modules with different casing in build backend ([#&#8203;12240](astral-sh/uv#12240)) - Add authentication policy support for `pip` commands ([#&#8203;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"` ([#&#8203;12316](astral-sh/uv#12316)) - Fail with specific error message when no password is present and `authenticate = "always"` ([#&#8203;12313](astral-sh/uv#12313)) ##### Bug fixes - Add boolish value parser for `UV_MANAGED_PYTHON` flags ([#&#8203;12345](astral-sh/uv#12345)) - Make deserialization non-fatal when assessing source tree revisions ([#&#8203;12319](astral-sh/uv#12319)) - Use resolver-returned wheel over alternate c...
1 parent 37d2d31 commit 2773b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/python:3.11
22

33
ARG DATABRICKS_CLI_VERSION=0.240.0
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.5.7 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.6.10@sha256:57da96c4557243fc0a732817854084e81af9393f64dc7d172f39c16465b5e2ba /uv /uvx /bin/
66

77
ENV VIRTUAL_ENV=/workspaces/cloe-nessy-py/.venv/ \
88
UV_PROJECT_ENVIRONMENT=/workspaces/cloe-nessy-py/.venv/ \

0 commit comments

Comments
 (0)