Skip to content
1 change: 1 addition & 0 deletions pandas-stubs/io/sql.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ _SQLStatement: TypeAlias = (
| sqlalchemy.sql.expression.TextClause
| sqlalchemy.sql.Select
| FromStatement
| sqlalchemy.sql.expression.UpdateBase
)

@overload
Expand Down