chore: updating thrift (#20776)

Co-authored-by: Nick Sheldon <Nick_Sheldon@cargill.com>
This commit is contained in:
nisheldo
2022-08-31 22:26:00 -05:00
committed by GitHub
parent 5233a9027f
commit 6d65f806d8
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"],