From ba1c0b2ec056aa915beb97d29f9aa09561b14fd5 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 7 Apr 2026 12:39:18 -0700 Subject: [PATCH] icebug: downgrade to 12.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3524135..9461dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" dependencies = [ "real-ladybug>=0.15.2", "fastembed", - "icebug>=12.2", + "icebug==12.2", "polars>=1.38.1", "dotenv>=0.9.9", "litellm>=1.81.15",