Skip to content

Commit cc73944

Browse files
chore(deps): update python
1 parent 27ea3b7 commit cc73944

4 files changed

Lines changed: 643 additions & 551 deletions

File tree

dg_deployments/Dockerfile.dagster-k8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Usage with Helm chart:
1111
# Set dagsterDaemon.image.repository and dagsterDaemon.image.tag in values.yaml
1212

13-
FROM python:3.13-slim
13+
FROM python:3.14-slim
1414

1515
# Install uv for faster Python dependency management
1616
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv

dg_projects/lakehouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN /app/dg_projects/lakehouse/.venv/bin/dbt deps && \
4444

4545
# Then, use a final image without uv
4646
# Using Python 3.13 to match builder image
47-
FROM python:3.13-slim-bookworm
47+
FROM python:3.14-slim-bookworm
4848
# It is important to use the image that matches the builder, as the path to the
4949
# Python executable must be the same.
5050

dg_projects/lakehouse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lakehouse"
3-
requires-python = ">=3.13,<3.14"
3+
requires-python = ">=3.14,<3.15"
44
version = "0.1.0"
55
dependencies = [
66
"dagster>=1.12.10",

0 commit comments

Comments
 (0)