You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 16:37:44 UTC

(superset) 12/28: fix(trino): bumping trino to fix hudi schema fetching (#27213)

This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 524dbd570d50dcdf7c500eff68220d5c2869f371
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Fri Feb 23 13:25:21 2024 -0700

    fix(trino): bumping trino to fix hudi schema fetching (#27213)
    
    (cherry picked from commit 11760d3fbf683e10ecbf2c9161248697c1acb6fc)
---
 requirements/base.txt        |  4 +++-
 requirements/development.txt | 11 +----------
 requirements/testing.txt     |  2 +-
 setup.py                     |  2 +-
 4 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 4520809ff6..964bea37d6 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -143,7 +143,9 @@ geopy==2.2.0
 google-auth==2.27.0
     # via shillelagh
 greenlet==3.0.3
-    # via shillelagh
+    # via
+    #   shillelagh
+    #   sqlalchemy
 gunicorn==21.2.0
     # via apache-superset
 hashids==1.3.1
diff --git a/requirements/development.txt b/requirements/development.txt
index f481ab8b80..ef4ff84065 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -82,10 +82,6 @@ ptyprocess==0.7.0
     # via pexpect
 pure-eval==0.2.2
     # via stack-data
-pure-sasl==0.6.2
-    # via
-    #   pyhive
-    #   thrift-sasl
 pydruid==0.6.5
     # via apache-superset
 pyhive[hive_pure_sasl]==0.7.0
@@ -109,12 +105,7 @@ tableschema==1.20.2
 tabulator==1.53.5
     # via tableschema
 thrift==0.16.0
-    # via
-    #   apache-superset
-    #   pyhive
-    #   thrift-sasl
-thrift-sasl==0.4.3
-    # via pyhive
+    # via apache-superset
 tomlkit==0.11.8
     # via pylint
 traitlets==5.9.0
diff --git a/requirements/testing.txt b/requirements/testing.txt
index 634616df4b..7abc48412f 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -133,7 +133,7 @@ tqdm==4.65.0
     # via
     #   cmdstanpy
     #   prophet
-trino==0.324.0
+trino==0.328.0
     # via apache-superset
 tzlocal==4.3
     # via trino
diff --git a/setup.py b/setup.py
index d984e9a835..0b17320658 100644
--- a/setup.py
+++ b/setup.py
@@ -190,7 +190,7 @@ setup(
         "playwright": ["playwright>=1.37.0, <2"],
         "postgres": ["psycopg2-binary==2.9.6"],
         "presto": ["pyhive[presto]>=0.6.5"],
-        "trino": ["trino>=0.324.0"],
+        "trino": ["trino>=0.328.0"],
         "prophet": ["prophet>=1.1.5, <2"],
         "redshift": ["sqlalchemy-redshift>=0.8.1, <0.9"],
         "rockset": ["rockset-sqlalchemy>=0.0.1, <1"],