Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
support sqlalchemy 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dungdm93 committed Sep 23, 2021
1 parent d4d25c7 commit 0b872f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SQLAlchemy~=1.3.0
SQLAlchemy~=1.3
trino~=0.306
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
python_requires='>=3.7',
install_requires=[
"sqlalchemy~=1.3.0",
"sqlalchemy~=1.3",
"trino~=0.306",
],
entry_points={
Expand Down

0 comments on commit 0b872f4

Please sign in to comment.