Skip to content

Commit

Permalink
Update SQLAlchemy min version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotaev committed Apr 5, 2023
1 parent af698cd commit ab5c340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
'pymongo~=3.5',
],
'sql': [
'SQLAlchemy~=1.3',
# 'typing', # sqlalchemy imports typing since v1.3.24
'SQLAlchemy~=1.4',
],
'redis': [
'redis~=3.3'
Expand All @@ -62,6 +61,7 @@
'Topic :: Utilities',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit ab5c340

Please sign in to comment.