Skip to content

Commit 0f1ac9b

Browse files
chore(deps): update python docker tag
1 parent af71c2c commit 0f1ac9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN --mount=type=secret,id=netrc,target=/root/.netrc,mode=0600 \
1616

1717
COPY . /app
1818

19-
FROM python:3.13-slim-bookworm
19+
FROM python:3.14-slim-bookworm
2020

2121
COPY --from=builder --chown=app:app /app /app
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wa-llm"
33
version = "1.4.8"
44
description = ""
5-
requires-python = ">=3.13"
5+
requires-python = ">=3.14.5"
66
dependencies = [
77
"alembic>=1.18.4",
88
"asyncpg>=0.31.0",

0 commit comments

Comments
 (0)