We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6981596 commit 2846f3dCopy full SHA for 2846f3d
pandas-stubs/io/sql.pyi
@@ -15,6 +15,7 @@ from pandas.core.frame import DataFrame
15
import sqlalchemy.engine
16
from sqlalchemy.orm import FromStatement
17
import sqlalchemy.sql.expression
18
+from sqlalchemy.sql.expression import UpdateBase
19
from typing_extensions import TypeAlias
20
21
from pandas._libs.lib import NoDefault
@@ -33,6 +34,7 @@ _SQLStatement: TypeAlias = (
33
34
| sqlalchemy.sql.expression.TextClause
35
| sqlalchemy.sql.Select
36
| FromStatement
37
+ | UpdateBase
38
)
39
40
@overload
0 commit comments