We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f58cf commit 7328e89Copy full SHA for 7328e89
pandas-stubs/io/sql.pyi
@@ -33,6 +33,7 @@ _SQLStatement: TypeAlias = (
33
| sqlalchemy.sql.expression.TextClause
34
| sqlalchemy.sql.Select
35
| FromStatement
36
+ | sqlalchemy.sql.expression.UpdateBase
37
)
38
39
@overload
pyproject.toml
@@ -59,7 +59,7 @@ xarray = ">=22.6.0"
59
tabulate = ">=0.8.10"
60
jinja2 = ">=3.1"
61
scipy = { version = ">=1.9.1", python = "<3.14" }
62
-SQLAlchemy = ">=2.0.12,<2.0.39"
+SQLAlchemy = ">=2.0.39"
63
types-python-dateutil = ">=2.8.19"
64
beautifulsoup4 = ">=4.12.2"
65
html5lib = ">=1.1"
0 commit comments