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

Commit

Permalink
Merge pull request #27 from shawnzhu/fix-16
Browse files Browse the repository at this point in the history
stick SQLAlchemy in version 1.3.x
  • Loading branch information
dungdm93 authored Sep 2, 2021
2 parents 5a01b48 + bbfa36e commit ff53726
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
SQLAlchemy~=1.3.0
trino~=0.305
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",
"sqlalchemy~=1.3.0",
"trino~=0.305",
],
entry_points={
Expand Down

0 comments on commit ff53726

Please sign in to comment.