From f5732fa4d9c95a516fbb869c27344023a579705e Mon Sep 17 00:00:00 2001 From: Trey Spiller Date: Tue, 16 Sep 2025 12:39:12 -0500 Subject: [PATCH] Ignore duckdb typing bc of 1.4 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6823f7750b..dd8ce145a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -225,7 +225,9 @@ module = [ "pydantic_core.*", "dlt.*", "bigframes.*", - "json_stream.*" + "json_stream.*", + "duckdb", + "duckdb.*" ] ignore_missing_imports = true