There was an error while loading. Please reload this page.
1 parent 879e177 commit 1514bc8Copy full SHA for 1514bc8
3 files changed
.devcontainer/python/Dockerfile
@@ -1,7 +1,7 @@
1
ARG VARIANT="3.12-bookworm"
2
FROM mcr.microsoft.com/devcontainers/python:${VARIANT}
3
4
-COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
5
6
ARG DEBIAN_FRONTEND=noninteractive
7
ENV USER=vscode
Dockerfile
@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 python:3.12-slim AS dev
ENV PYTHONUNBUFFERED=1 \
pyproject.toml
@@ -67,7 +67,7 @@ dev = [
67
]
68
69
[tool.uv]
70
-required-version = "==0.10.*"
+required-version = "==0.11.*"
71
package = true
72
exclude-newer = "3 days"
73
0 commit comments