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