Skip to content

Commit 9cf4569

Browse files
chore(daft-analysis): update python-related packages
1 parent 985f524 commit 9cf4569

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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/daft-analysis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "daft-analysis"
33
version = "1.0.0"
4-
requires-python = "==3.13.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"daft[aws,deltalake,sql]==0.7.2",
77
"ray[default]==2.53.0",
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/daft-analysis/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.2-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/daft-analysis/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-daft-analysis"
33
version = "1.0.0"
4-
requires-python = "==3.13.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"daft[aws,deltalake,ray]==0.7.2",
77
"prefect-client==3.6.16",

0 commit comments

Comments
 (0)