From 2d66b8b349dfb3b87618106ad7384a274a825565 Mon Sep 17 00:00:00 2001 From: Anushan Fernando Date: Wed, 6 May 2026 07:23:58 -0700 Subject: [PATCH] Add explicit data dictionary version dependency. PiperOrigin-RevId: 911323490 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cea3b4765..704018c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dependencies = [ "tqdm>=4.67.0", "treelib>=1.3.2", "imas-python==2.1.0", + "imas-data-dictionary==4.0.0", "typeguard==2.13.3", "plotly>=6.0.0", ]