Skip to content

Commit ebf514f

Browse files
chore(print-platform): update python-related packages
1 parent 3cd971c commit ebf514f

File tree

4 files changed

+240
-258
lines changed

4 files changed

+240
-258
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

data-orchestration/hm-prefect/workflows/print-platform/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/print-platform/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-print-platform"
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
]

0 commit comments

Comments
 (0)