Skip to content

Commit 5ec73ee

Browse files
chore(deps): update python
1 parent 1048d93 commit 5ec73ee

File tree

18 files changed

+366
-1486
lines changed

18 files changed

+366
-1486
lines changed

dg_deployments/local/pyproject.toml

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

dg_deployments/local/uv.lock

Lines changed: 349 additions & 1469 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/canvas/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828

2929

3030
# Then, use a final image without uv
31-
FROM python:3.13-slim-bookworm
31+
FROM python:3.14-slim-bookworm
3232
# It is important to use the image that matches the builder, as the path to the
3333
# Python executable must be the same.
3434

dg_projects/canvas/pyproject.toml

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

dg_projects/data_platform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828

2929

3030
# Then, use a final image without uv
31-
FROM python:3.13-slim-bookworm
31+
FROM python:3.14-slim-bookworm
3232
# It is important to use the image that matches the builder, as the path to the
3333
# Python executable must be the same.
3434

dg_projects/data_platform/pyproject.toml

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

dg_projects/edxorg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828

2929

3030
# Then, use a final image without uv
31-
FROM python:3.13-slim-bookworm
31+
FROM python:3.14-slim-bookworm
3232
# It is important to use the image that matches the builder, as the path to the
3333
# Python executable must be the same.
3434

dg_projects/edxorg/pyproject.toml

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

dg_projects/lakehouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2929

3030

3131
# Then, use a final image without uv
32-
FROM python:3.13-slim-bookworm
32+
FROM python:3.14-slim-bookworm
3333
# It is important to use the image that matches the builder, as the path to the
3434
# Python executable must be the same.
3535

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.12,<3.14"
3+
requires-python = ">=3.14,<3.15"
44
version = "0.1.0"
55
dependencies = [
66
"dagster>=1.11.13",

0 commit comments

Comments
 (0)