Skip to content

Commit 1514bc8

Browse files
authored
chore: upgrade uv support (#1520)
1 parent 879e177 commit 1514bc8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VARIANT="3.12-bookworm"
22
FROM mcr.microsoft.com/devcontainers/python:${VARIANT}
33

4-
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
55

66
ARG DEBIAN_FRONTEND=noninteractive
77
ENV USER=vscode

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/amd64 python:3.12-slim AS dev
22

3-
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/
3+
COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
44

55

66
ENV PYTHONUNBUFFERED=1 \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev = [
6767
]
6868

6969
[tool.uv]
70-
required-version = "==0.10.*"
70+
required-version = "==0.11.*"
7171
package = true
7272
exclude-newer = "3 days"
7373

0 commit comments

Comments
 (0)