Skip to content

Commit

Permalink
Update thrift requirement in /dbt-spark
Browse files Browse the repository at this point in the history
Updates the requirements on [thrift](https://github.com/apache/thrift) to permit the latest version.
- [Release notes](https://github.com/apache/thrift/releases)
- [Commits](apache/thrift@0.11.0...v0.21.0)

---
updated-dependencies:
- dependency-name: thrift
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 5de8679 commit 1cf3eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt-spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ dependencies = [
ODBC = ["pyodbc~=5.1.0"]
PyHive = [
"PyHive[hive_pure_sasl]~=0.7.0",
"thrift>=0.11.0,<0.17.0",
"thrift>=0.11.0,<0.22.0",
]
session = ["pyspark>=3.0.0,<4.0.0"]
all = [
"pyodbc~=5.1.0",
"PyHive[hive_pure_sasl]~=0.7.0",
"thrift>=0.11.0,<0.17.0",
"thrift>=0.11.0,<0.22.0",
"pyspark>=3.0.0,<4.0.0",
]

Expand Down

0 comments on commit 1cf3eb2

Please sign in to comment.