Skip to content

Commit e65e539

Browse files
skr-prd-cloerenovate-cajAchilles, David
authored andcommitted
Merged PR 5252: Update ghcr.io/astral-sh/uv Docker tag to v0.7.3
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | final | patch | `0.7.2` -> `0.7.3` | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.7.3`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#073) [Compare Source](astral-sh/uv@0.7.2...0.7.3) ##### Enhancements - Add `--dry-run` support to `uv self update` ([#&#8203;9829](astral-sh/uv#9829)) - Add `--show-with` to `uv tool list` to list packages included by `--with` ([#&#8203;13264](astral-sh/uv#13264)) - De-duplicate fetched index URLs ([#&#8203;13205](astral-sh/uv#13205)) - Support more zip compression formats: bzip2, lzma, xz, zstd ([#&#8203;13285](astral-sh/uv#13285)) - Add support for downloading GraalPy ([#&#8203;13172](astral-sh/uv#13172)) - Improve error message when a virtual environment Python symlink is broken ([#&#8203;12168](astral-sh/uv#12168)) - Use `fs_err` for paths in symlinking errors ([#&#8203;13303](astral-sh/uv#13303)) - Minify and embed managed Python JSON at compile time ([#&#8203;12967](astral-sh/uv#12967)) ##### Preview features - Build backend: Make preview default and add configuration docs ([#&#8203;12804](astral-sh/uv#12804)) - Build backend: Allow escaping in globs ([#&#8203;13313](astral-sh/uv#13313)) - Build backend: Make builds reproducible across operating systems ([#&#8203;13171](astral-sh/uv#13171)) ##### Configuration - Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL ([#&#8203;12974](astral-sh/uv#12974)) ##### Bug fixes - Check nested IO errors for retries ([#&#8203;13260](astral-sh/uv#13260)) - Accept `musllinux_1_0` as a valid platform tag ([#&#8203;13289](astral-sh/uv#13289)) - Fix discovery of pre-release managed Python versions in range requests ([#&#8203;13330](astral-sh/uv#13330)) - Respect locked script preferences in `uv run --with` ([#&#8203;13283](astral-sh/uv#13283)) - Retry streaming downloads on broken pipe errors ([#&#8203;13281](astral-sh/uv#13281)) - Treat already-installed base environment packages as preferences in `uv run --with` ([#&#8203;13284](astral-sh/uv#13284)) - Avoid enumerating sources in errors for path Python requests ([#&#8203;13335](astral-sh/uv#13335)) - Avoid re-creating virtual environment with `--no-sync` ([#&#8203;13287](astral-sh/uv#13287)) ##### Documentatio...
1 parent 10e7ee4 commit e65e539

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@sha256:c5350495799ac544e96f83b9
22

33
ARG DATABRICKS_CLI_VERSION=0.240.0
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.7.2@sha256:3b898ca84fbe7628c5adcd836c1de78a0f1ded68344d019af8478d4358417399 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.7.3@sha256:87a04222b228501907f487b338ca6fc1514a93369bfce6930eb06c8d576e58a4 /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)