Skip to content

Commit b4612b2

Browse files
OutSquareCapitalevertlammerts
authored andcommitted
fix: time_ns and variant dtypes were missing from builtins literal
1 parent 35a4b27 commit b4612b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_duckdb-stubs/_typing.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Builtins: TypeAlias = Literal[
108108
"null",
109109
"time with time zone",
110110
"time",
111+
"time_ns",
111112
"timestamp_ms",
112113
"timestamp_ns",
113114
"timestamp_s",
@@ -121,6 +122,7 @@ Builtins: TypeAlias = Literal[
121122
"utinyint",
122123
"uuid",
123124
"varchar",
125+
"variant",
124126
]
125127
"""Literals `str` that can be converted into `DuckDBPyType` instances.
126128

0 commit comments

Comments
 (0)