Skip to content

Commit 35a4b27

Browse files
OutSquareCapitalevertlammerts
authored andcommitted
raw NPArray can be used for value conversions
1 parent afba0ab commit 35a4b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)