Skip to content

Commit b349c4f

Browse files
chore(calculate): update python-related packages
1 parent 3cd971c commit b349c4f

File tree

9 files changed

+338
-323
lines changed

9 files changed

+338
-323
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.12
1+
3.14.3

cloud-computing/hm-ray/applications/calculate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "calculate"
33
version = "1.0.0"
4-
requires-python = "==3.13.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"ray[default]==2.53.0",
77
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.12
1+
3.14.3

data-orchestration/hm-prefect/workflows/calculate/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
88
UV_LINK_MODE=copy \
99
# Target the system Python environment
1010
UV_PROJECT_ENVIRONMENT=/usr/local
11-
COPY --from=ghcr.io/astral-sh/uv:0.9.30-python3.12-alpine /usr/local/bin/uv /bin/
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.0-python3.12-alpine /usr/local/bin/uv /bin/
1212
COPY ["pyproject.toml", "uv.lock", ".python-version", "./"]
1313
RUN uv sync --frozen
1414

data-orchestration/hm-prefect/workflows/calculate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "prefect-calculate"
33
version = "1.0.0"
4-
requires-python = "==3.13.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"prefect-client==3.6.16",
77
"pydantic==2.12.5",

data-orchestration/hm-prefect/workflows/calculate/uv.lock

Lines changed: 270 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.12
1+
3.14.3

machine-learning/hm-kubeflow/pipelines/calculate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "calculate"
33
version = "1.0.0"
4-
requires-python = "==3.13.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"kfp==2.15.2",
77
]

machine-learning/hm-kubeflow/pipelines/calculate/uv.lock

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

0 commit comments

Comments
 (0)