diff --git a/.changes/unreleased/Dependencies-20230126-152319.yaml b/.changes/unreleased/Dependencies-20230126-152319.yaml new file mode 100644 index 000000000..7fe5d0c77 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230126-152319.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: Allow thrift 0.16.0 +time: 2023-01-26T15:23:19.978823-08:00 +custom: + Author: colin-rogers-dbt + Issue: "606" + PR: "605" diff --git a/setup.py b/setup.py index da8d59cbb..bfa377453 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,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.16.0", + "thrift>=0.11.0,<0.17.0", ] session_extras = ["pyspark>=3.0.0,<4.0.0"] all_extras = odbc_extras + pyhive_extras + session_extras