Skip to content

Commit 8c6fc1a

Browse files
Dr-Irvtwoertwein
authored andcommitted
pin SQLAlchemy to 1.4.45 (pandas-dev#496)
1 parent fd0dcb2 commit 8c6fc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ xarray = ">=22.6.0"
6060
tabulate = ">=0.8.10"
6161
jinja2 = "^3.1"
6262
scipy = ">=1.9.1"
63-
SQLAlchemy = "^1.4.41"
63+
SQLAlchemy = "<=1.4.45"
6464
types-python-dateutil = ">=2.8.19"
6565

6666
[build-system]

0 commit comments

Comments
 (0)