Skip to content

Commit

Permalink
fix/sqlalchemy_version: fix version of sqlalchemy (#75)
Browse files Browse the repository at this point in the history
* fix/sqlalchemy_version: fix version of sqlalchemy

* Update setup.py

Co-authored-by: Roman Zlobin <trlkrot@gmail.com>

---------

Co-authored-by: Roman Zlobin <trlkrot@gmail.com>
  • Loading branch information
kudep and RLKRo authored Feb 2, 2023
1 parent 2b7f59e commit f2f3dce
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 @@ -33,7 +33,7 @@ def merge_req_lists(req_lists: Iterable[List[str]]) -> List[str]:
]

sqlite_dependencies = [
"sqlalchemy>=1.4.27",
"sqlalchemy>=1.4.27, <2.0",
]

redis_dependencies = [
Expand Down

0 comments on commit f2f3dce

Please sign in to comment.