Skip to content

Commit 184d87f

Browse files
authored
Merge pull request #180 from MITLibraries/hotfix-pin-sqlalchemy-2.0.44
Pin SQLAlchemy to 2.0.44
2 parents 2ff19da + d3cbc3c commit 184d87f

File tree

4 files changed

+327
-324
lines changed

4 files changed

+327
-324
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ duckdb = "*"
1010
duckdb-engine = "*"
1111
pandas = "*"
1212
pyarrow = "*"
13-
sqlalchemy = "*"
13+
sqlalchemy = "==2.0.44"
1414

1515
[dev-packages]
1616
black = "*"
@@ -29,4 +29,4 @@ setuptools = "*"
2929
pip-audit = "*"
3030

3131
[requires]
32-
python_version = "3.12"
32+
python_version = "3.12"

0 commit comments

Comments
 (0)