Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ xarray = ">=22.6.0"
tabulate = ">=0.8.10"
jinja2 = ">=3.1"
scipy = { version = ">=1.9.1", python = "<3.14" }
SQLAlchemy = ">=2.0.12,<2.0.39"
SQLAlchemy = ">2.0.39"
types-python-dateutil = ">=2.8.19"
beautifulsoup4 = ">=4.12.2"
html5lib = ">=1.1"
Expand Down
Loading