From 5277830c51d6f5ce1cb471e06ce17112a2c195a8 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 3 Oct 2025 16:30:08 -0400 Subject: [PATCH] Update idc-index-data dependency to version 22.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea625c8..45015e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] dependencies = [ "click", 'duckdb>=0.10.0,<=1.2.1', - "idc-index-data==22.0.1", + "idc-index-data==22.0.2", "packaging", "pandas<=2.2.4", "platformdirs",