Skip to content

Commit f2195be

Browse files
authored
Set max supported sqlalchemy version (#805)
1 parent 07f3934 commit f2195be

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
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
install_requires = ['psycopg2-binary>=2.8.4', 'async_timeout>=3.0,<4.0']
7-
extras_require = {'sa': ['sqlalchemy[postgresql_psycopg2binary]>=1.1']}
7+
extras_require = {'sa': ['sqlalchemy[postgresql_psycopg2binary]>=1.1,<1.4']}
88

99

1010
def read(*parts):

0 commit comments

Comments
 (0)