Skip to content

Commit 4a50b6f

Browse files
OutSquareCapitalevertlammerts
authored andcommitted
raw NPArray can be used for value conversions
1 parent cecd35f commit 4a50b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_duckdb-stubs/_typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See Also:
8787
https://duckdb.org/docs/stable/clients/python/conversion
8888
"""
8989

90-
IntoValues: TypeAlias = list[PythonLiteral] | tuple[Expression, ...] | Expression
90+
IntoValues: TypeAlias = list[PythonLiteral] | tuple[Expression, ...] | Expression | NPArrayLike[Any, Any]
9191
"""Types that can be converted to a table of values."""
9292

9393
# PyType conversions

0 commit comments

Comments
 (0)