Skip to content

Commit 4648f87

Browse files
chore(parquet-visualizer): update python-related packages
1 parent 985f524 commit 4648f87

File tree

4 files changed

+147
-151
lines changed

4 files changed

+147
-151
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.12
1+
3.14.3

data-visualization/hm-dash/parquet-visualizer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:0.9.30-python3.12-trixie-slim
1+
FROM ghcr.io/astral-sh/uv:0.10.2-python3.12-trixie-slim
22

33
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
44
PIP_NO_CACHE_DIR=1 \

data-visualization/hm-dash/parquet-visualizer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "parquet-visualizer"
33
version = "1.0.0"
4-
requires-python = "==3.12.12"
4+
requires-python = "==3.14.3"
55
dependencies = [
66
"daft[sql]==0.7.2",
77
"dash==3.4.0",

0 commit comments

Comments
 (0)