Skip to content

Commit a39c5c3

Browse files
committed
Bump uv, wiki and django
1 parent 22d87b6 commit a39c5c3

File tree

3 files changed

+60
-47
lines changed

3 files changed

+60
-47
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV APP_DIR=/srv/app
2323

2424
WORKDIR $APP_DIR
2525

26-
COPY --from=ghcr.io/astral-sh/uv:0.2.37 /uv /bin/uv
26+
COPY --from=ghcr.io/astral-sh/uv:0.3.1 /uv /bin/uv
2727
COPY pyproject.toml uv.lock $APP_DIR
2828

2929
ENV DJANGO_SETTINGS_MODULE=onlineweb4.settings
@@ -48,7 +48,7 @@ RUN python -m zipfile -e /vault.zip /vault
4848

4949
FROM amazon/aws-lambda-python:3.12
5050

51-
COPY --from=ghcr.io/astral-sh/uv:0.2.37 /uv /bin/uv
51+
COPY --from=ghcr.io/astral-sh/uv:0.3.1 /uv /bin/uv
5252

5353
ARG FUNCTION_DIR="/var/task/"
5454

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ s3 = [
6060
]
6161

6262
[tool.uv]
63-
# silence warning related to sync/add/run, remove once 0.3 is released
64-
preview = true
6563
dev-dependencies = [
6664
"pytest~=8.3",
6765
"pytest-cov~=5.0",

0 commit comments

Comments
 (0)