diff --git a/py-polars/polars/convert/general.py b/py-polars/polars/convert/general.py index cee4b925e9e9..13adff9c4cd3 100644 --- a/py-polars/polars/convert/general.py +++ b/py-polars/polars/convert/general.py @@ -98,7 +98,7 @@ def from_dict( def from_dicts( - data: Sequence[dict[str, Any]], + data: Iterable[dict[str, Any]], schema: SchemaDefinition | None = None, *, schema_overrides: SchemaDict | None = None,