Skip to content

Commit

Permalink
chore: bumping min version of shillelagh (#20196)
Browse files Browse the repository at this point in the history
* bumping min version of shillelagh

* ran pip-compile-multi
  • Loading branch information
AAfghahi authored May 31, 2022
1 parent 97ce920 commit e07ee6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cached-property==1.5.2
# via tableschema
certifi==2021.10.8
# via requests
chardet==4.0.0
# via tabulator
et-xmlfile==1.1.0
# via openpyxl
flask-cors==3.0.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_git_sha() -> str:
"excel": ["xlrd>=1.2.0, <1.3"],
"firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],
"firebolt": ["firebolt-sqlalchemy>=0.0.1"],
"gsheets": ["shillelagh[gsheetsapi]>=1.0.11, <2"],
"gsheets": ["shillelagh[gsheetsapi]>=1.0.14, <2"],
"hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
"hive": ["pyhive[hive]>=0.6.1", "tableschema", "thrift>=0.11.0, <1.0.0"],
"impala": ["impyla>0.16.2, <0.17"],
Expand Down

0 comments on commit e07ee6c

Please sign in to comment.