Skip to content

Commit 47beb16

Browse files
committed
Upgrade uv, restrict python to 3.14 only.
1 parent 0db8cef commit 47beb16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ WORKDIR /app
3434
COPY app /app/
3535

3636
#TODO: get uv to use system python instead of downloading -- faster, more reliable.
37-
RUN pip install --no-cache-dir uv==0.7.17 && \
37+
RUN pip install --no-cache-dir uv==0.9.7 && \
3838
uv sync --frozen --no-dev
3939

4040
# Note: Fly automatically sets DATABASE_URL

app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "alloydflanagan-wag"
33
version = "0.1.1"
44
description = "Personal web site for A. Lloyd Flanagan"
55
readme = "README.md"
6-
requires-python = ">=3.14"
6+
requires-python = ">=3.14,<3.15"
77
dependencies = [
88
"dj-database-url>=3.0.1",
99
"django-debug-toolbar>=6.0.0",

0 commit comments

Comments
 (0)