Skip to content

Commit

Permalink
Update thrift requirement from <0.17.0,>=0.11.0 to >=0.11.0,<0.22.0
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 6, 2025
1 parent 0247ad9 commit 12129d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 12129d9

Please sign in to comment.