Skip to content

Commit

Permalink
Pin SQLAlchemy<2.0.0 (LineaLabs#849)
Browse files Browse the repository at this point in the history
* Pin SQLAlchemy<2.0.0

* one line
  • Loading branch information
andycui97 committed Nov 27, 2022
1 parent 5d5e5cf commit 5f7779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def version(path):
minimal_requirement = [
"click>=8.0.0",
"pydantic",
"SQLAlchemy>=1.4",
"SQLAlchemy>=1.4, <2.0.0", # https://sqlalche.me/e/20/zlpr
"networkx",
"rich",
"pyyaml",
Expand Down

0 comments on commit 5f7779b

Please sign in to comment.