Skip to content

Commit 26819d6

Browse files
committed
fix: set sqlalchemy max version to 2.1
1 parent 5cff524 commit 26819d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# To keep things simple, we only support newer versions of Graphene
1616
"graphene>=3.0.0b7",
1717
"promise>=2.3",
18-
"SQLAlchemy>=1.1,<2",
18+
"SQLAlchemy>=1.1,<2.1",
1919
"aiodataloader>=0.2.0,<1.0",
2020
]
2121

0 commit comments

Comments
 (0)