Skip to content

Commit

Permalink
Try bumping thrift upper bound (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 authored Nov 8, 2021
1 parent 1f84005 commit fcd668b
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 @@ -64,7 +64,7 @@ def _get_dbt_core_version():
odbc_extras = ['pyodbc>=4.0.30']
pyhive_extras = [
'PyHive[hive]>=0.6.0,<0.7.0',
'thrift>=0.11.0,<0.12.0',
'thrift>=0.11.0,<0.16.0',
]
all_extras = odbc_extras + pyhive_extras

Expand Down

0 comments on commit fcd668b

Please sign in to comment.