Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dg_deployments/local/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ol_data_platform_local"
requires-python = ">=3.9,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster~=1.12.0",
Expand Down
2,544 changes: 457 additions & 2,087 deletions dg_deployments/local/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dg_projects/b2b_organization/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/b2b_organization/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "b2b_organization"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/canvas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/canvas/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "canvas"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/data_platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/data_platform/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data-platform"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/edxorg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev --no-editable

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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/edxorg/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "edxorg"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/lakehouse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN /app/dg_projects/lakehouse/.venv/bin/dbt deps && \
/app/dg_projects/lakehouse/.venv/bin/dbt compile --target dev

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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/lakehouse/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lakehouse"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/learning_resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/learning_resources/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "learning_resources"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/legacy_openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/legacy_openedx/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "legacy_openedx"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion dg_projects/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \


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

Expand Down
2 changes: 1 addition & 1 deletion dg_projects/openedx/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openedx"
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
version = "0.1.0"
dependencies = [
"dagster>=1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/ol-orchestrate-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ol-orchestrate-lib"
version = "0.1.0"
description = "Shared library for MIT Open Learning Dagster orchestration"
authors = [{ name = "MIT Open Learning Engineering", email = "[email protected]" }]
requires-python = ">=3.12,<3.14"
requires-python = ">=3.14,<3.15"
license = "BSD-3-Clause"
classifiers = [
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ol-data-platform"
version = "0.6.1"
description = "Code and configuration for powering the MIT Open Learning data platform"
authors = [{ name = "MIT Open Learning Engineering", email = "[email protected]" }]
requires-python = "~=3.13,<3.14"
requires-python = "~=3.14,<3.15"
license = "BSD-3-Clause"
classifiers = [
"Programming Language :: Python",
Expand Down