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

Commit ff53726

Browse files
authored
Merge pull request #27 from shawnzhu/fix-16
stick SQLAlchemy in version 1.3.x
2 parents 5a01b48 + bbfa36e commit ff53726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SQLAlchemy~=1.3
1+
SQLAlchemy~=1.3.0
22
trino~=0.305

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
python_requires='>=3.7',
3434
install_requires=[
35-
"sqlalchemy~=1.3",
35+
"sqlalchemy~=1.3.0",
3636
"trino~=0.305",
3737
],
3838
entry_points={

0 commit comments

Comments
 (0)