Skip to content

Commit 60a373b

Browse files
skr-prd-cloerenovate-uamiAchilles, David
authored andcommitted
Merged PR 5303: Update ghcr.io/astral-sh/uv Docker tag to v0.7.13
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.3` -> `0.7.13` | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.7.13`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0713) [Compare Source](astral-sh/uv@0.7.12...0.7.13) ##### Python - Add Python 3.14.0b2 - Add Python 3.13.5 - Fix stability of `uuid.getnode` on 3.13 See the [`python-build-standalone` release notes](https://github.com/astral-sh/python-build-standalone/releases/tag/20250612) for more details. ##### Enhancements - Download versions in `uv python pin` if not found ([#&#8203;13946](astral-sh/uv#13946)) - Use TTY detection to determine if SIGINT forwarding is enabled ([#&#8203;13925](astral-sh/uv#13925)) - Avoid fetching an exact, cached Git commit, even if it isn't locked ([#&#8203;13748](astral-sh/uv#13748)) - Add `zstd` and `deflate` to `Accept-Encoding` ([#&#8203;13982](astral-sh/uv#13982)) - Build binaries for riscv64 ([#&#8203;12688](astral-sh/uv#12688)) ##### Bug fixes - Check if relative URL is valid directory before treating as index ([#&#8203;13917](astral-sh/uv#13917)) - Ignore Python discovery errors during `uv python pin` ([#&#8203;13944](astral-sh/uv#13944)) - Do not allow `uv add --group ... --script` ([#&#8203;13997](astral-sh/uv#13997)) ##### Preview changes - Build backend: Support namespace packages ([#&#8203;13833](astral-sh/uv#13833)) ##### Documentation - Add 3.14 to the supported platform reference ([#&#8203;13990](astral-sh/uv#13990)) - Add an `llms.txt` to uv ([#&#8203;13929](astral-sh/uv#13929)) - Add supported macOS version to the platform reference ([#&#8203;13993](astral-sh/uv#13993)) - Update platform support reference to include Python implementation list ([#&#8203;13991](astral-sh/uv#13991)) - Update pytorch.md ([#&#8203;13899](astral-sh/uv#13899)) - Update the CLI help and reference to include references to the Python bin directory ([#&#8203;13978](astral-sh/uv#13978)) ### [`v0.7.12`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0712) [Compare Source](astral-sh/uv@0.7.11...0.7.12) ##### Enhancements - Add `uv python pin --rm` to remove `.python-version` pins ([#&#8203;13860](astral-sh/uv#13860)) - Don't hint at versions removed by `excluded-newer` ([#&#8203;13884](astral-sh/uv#13884)) - Add hint to use `tool.uv.environments` on resolution error ([#...
1 parent 60d4497 commit 60a373b

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:585aca657303ec21e89ca21d
22

33
ARG DATABRICKS_CLI_VERSION=0.240.0
44

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