Skip to content

Commit 86259cc

Browse files
authored
pin SQLAlchemy to 1.4.45 (#496)
1 parent 5759175 commit 86259cc

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)