Skip to content

Commit 070e536

Browse files
committed
include sqlalchemy in dev dep
1 parent 01f5690 commit 070e536

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ dev = [
118118
"mypy-boto3-glue>=1.28.18",
119119
"mypy-boto3-dynamodb>=1.28.18",
120120
"pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0 https://github.com/apache/arrow/pull/47609
121+
"sqlalchemy>=2.0.18,<3",
121122
]
122123
# for mkdocs
123124
docs = [

0 commit comments

Comments
 (0)