Skip to content

Commit 8cb42ca

Browse files
authored
Merge pull request #4 from grongierisc/main
allow use of SQLAlchemy 2
2 parents c375b75 + 35db31d commit 8cb42ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
install_requires=[
5-
"SQLAlchemy>=1.3,<2.0"
5+
"SQLAlchemy>=1.3"
66
],
77
entry_points={
88
"sqlalchemy.dialects": [

0 commit comments

Comments
 (0)