From 9669897da8d4b7b374ebcfa836954ca3cf4707c5 Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:32:07 -0800 Subject: [PATCH] Upgrade Thrift to 0.16.0 (#605) * allow thrift 0.16.0 * add changie (cherry picked from commit 2e767bc10ddef3c85ffb16a2fee916b579bec57e) --- .changes/unreleased/Dependencies-20230126-152319.yaml | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230126-152319.yaml 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 438e101c4..678b17599 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