Skip to content

Commit

Permalink
Upgrade Thrift to 0.16.0 (#605)
Browse files Browse the repository at this point in the history
* allow thrift 0.16.0

* add changie

(cherry picked from commit 2e767bc)
  • Loading branch information
colin-rogers-dbt authored and github-actions[bot] committed Jan 26, 2023
1 parent 11d61c6 commit 9669897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependencies-20230126-152319.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9669897

Please sign in to comment.