diff --git a/setup.py b/setup.py index bd7e5522a..1ccc7937b 100644 --- a/setup.py +++ b/setup.py @@ -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