mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: updating thrift (#20776)
Co-authored-by: Nick Sheldon <Nick_Sheldon@cargill.com>
This commit is contained in:
@@ -103,7 +103,7 @@ tableschema==1.20.2
|
||||
# via apache-superset
|
||||
tabulator==1.53.5
|
||||
# via tableschema
|
||||
thrift==0.13.0
|
||||
thrift==0.14.1
|
||||
# via
|
||||
# apache-superset
|
||||
# pyhive
|
||||
|
||||
4
setup.py
4
setup.py
@@ -151,7 +151,7 @@ setup(
|
||||
"firebolt": ["firebolt-sqlalchemy>=0.0.1"],
|
||||
"gsheets": ["shillelagh[gsheetsapi]>=1.0.14, <2"],
|
||||
"hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
|
||||
"hive": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, <1.0.0"],
|
||||
"hive": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],
|
||||
"impala": ["impyla>0.16.2, <0.17"],
|
||||
"kusto": ["sqlalchemy-kusto>=1.0.1, <2"],
|
||||
"kylin": ["kylinpy>=2.8.1, <2.9"],
|
||||
@@ -169,7 +169,7 @@ setup(
|
||||
"shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2"
|
||||
],
|
||||
"snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"],
|
||||
"spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, <1.0.0"],
|
||||
"spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],
|
||||
"teradata": ["teradatasql>=16.20.0.23"],
|
||||
"thumbnails": ["Pillow>=9.1.1, <10.0.0"],
|
||||
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
|
||||
|
||||
Reference in New Issue
Block a user