From 27a3953945b11bc4dcfba1d9c516d23248ae7564 Mon Sep 17 00:00:00 2001 From: cdutr Date: Sun, 25 Jan 2026 23:32:08 +0000 Subject: [PATCH] Solve this issue: https://github.com/Arize-ai/c... --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a41c4a9..b14d676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "pyarrow>=0.15.0", "tqdm>=4.60.0,<5", "pydantic>=2.0.0,<3", + "packaging>=20.0", ] dynamic = ["version"]