Skip to content

Commit 7328e89

Browse files
shirzady1934shirzady1934Dr-Irv
authored
issue 1166 Update test to use SQLAlchemy 2.0 compatible select statement (#1167)
* issue 1166 Update test to use SQLAlchemy 2.0 compatible select statement * issue 1166 deleted commented * Revert "issue 1166 deleted commented" This reverts commit 563d30e. * Revert "issue 1166 Update test to use SQLAlchemy 2.0 compatible select statement" This reverts commit f5f0279. * issue 1166 added extra possible type UpdateBase to _SQLStatement * issue 1166 used sqlalchemy.sql.expression pattern * issue 1166 change SQLAlchemy version * Update pyproject.toml Co-authored-by: Irv Lustig <[email protected]> --------- Co-authored-by: shirzady1934 <[email protected]> Co-authored-by: Irv Lustig <[email protected]>
1 parent 40f58cf commit 7328e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pandas-stubs/io/sql.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ _SQLStatement: TypeAlias = (
3333
| sqlalchemy.sql.expression.TextClause
3434
| sqlalchemy.sql.Select
3535
| FromStatement
36+
| sqlalchemy.sql.expression.UpdateBase
3637
)
3738

3839
@overload

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ xarray = ">=22.6.0"
5959
tabulate = ">=0.8.10"
6060
jinja2 = ">=3.1"
6161
scipy = { version = ">=1.9.1", python = "<3.14" }
62-
SQLAlchemy = ">=2.0.12,<2.0.39"
62+
SQLAlchemy = ">=2.0.39"
6363
types-python-dateutil = ">=2.8.19"
6464
beautifulsoup4 = ">=4.12.2"
6565
html5lib = ">=1.1"

0 commit comments

Comments
 (0)