You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/04/27 20:06:49 UTC

[superset] branch bump-rockset created (now 42df88f9eb)

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

hugh pushed a change to branch bump-rockset
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 42df88f9eb Update setup.py

This branch includes the following new commits:

     new 42df88f9eb Update setup.py

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Update setup.py

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch bump-rockset
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 42df88f9eb03f7c3d80b1557c1bc5518b79db1a0
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Wed Apr 27 13:06:42 2022 -0700

    Update setup.py
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d7544ca3a3..0f5a3cab44 100644
--- a/setup.py
+++ b/setup.py
@@ -155,7 +155,7 @@ setup(
         "trino": ["sqlalchemy-trino>=0.2"],
         "prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"],
         "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
-        "rockset": ["rockset>=0.7.68, <0.8"],
+        "rockset": ["rockset>=0.8.10, <0.9"],
         "shillelagh": [
             "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2"
         ],