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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.12
3.14.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "calculate"
version = "1.0.0"
requires-python = "==3.13.12"
requires-python = "==3.14.3"
dependencies = [
"ray[default]==2.53.0",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.12
3.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
UV_LINK_MODE=copy \
# Target the system Python environment
UV_PROJECT_ENVIRONMENT=/usr/local
COPY --from=ghcr.io/astral-sh/uv:0.9.30-python3.12-alpine /usr/local/bin/uv /bin/
COPY --from=ghcr.io/astral-sh/uv:0.10.2-python3.12-alpine /usr/local/bin/uv /bin/
COPY ["pyproject.toml", "uv.lock", ".python-version", "./"]
RUN uv sync --frozen

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "prefect-calculate"
version = "1.0.0"
requires-python = "==3.13.12"
requires-python = "==3.14.3"
dependencies = [
"prefect-client==3.6.16",
"pydantic==2.12.5",
Expand Down
524 changes: 270 additions & 254 deletions data-orchestration/hm-prefect/workflows/calculate/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.12
3.14.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "calculate"
version = "1.0.0"
requires-python = "==3.13.12"
requires-python = "==3.14.3"
dependencies = [
"kfp==2.15.2",
]
Expand Down
123 changes: 61 additions & 62 deletions machine-learning/hm-kubeflow/pipelines/calculate/uv.lock

Large diffs are not rendered by default.

Loading