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/02/23 15:17:52 UTC

(superset) branch 3.1 updated (e21179fa11 -> 303b654a60)

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

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


 discard e21179fa11 fix: setting important lower bounds versions on requirements (#27167)
     new 303b654a60 fix: setting important lower bounds versions on requirements (#27167)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e21179fa11)
            \
             N -- N -- N   refs/heads/3.1 (303b654a60)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 requirements/base.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


(superset) 01/01: fix: setting important lower bounds versions on requirements (#27167)

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

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

commit 303b654a6067f411599120b68bb1b21327e5133d
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Fri Feb 23 10:09:56 2024 +0000

    fix: setting important lower bounds versions on requirements (#27167)
---
 requirements/base.in     | 1 +
 requirements/base.txt    | 7 +++++--
 requirements/docker.in   | 3 +--
 requirements/docker.txt  | 4 ++--
 requirements/testing.in  | 1 +
 requirements/testing.txt | 3 ++-
 setup.py                 | 1 +
 7 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/requirements/base.in b/requirements/base.in
index 9d83138237..dc632a096a 100644
--- a/requirements/base.in
+++ b/requirements/base.in
@@ -17,3 +17,4 @@
 # under the License.
 #
 -e file:.
+urllib3>=1.26.18
diff --git a/requirements/base.txt b/requirements/base.txt
index c6c2c086da..4b607cf725 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,4 +1,4 @@
-# SHA1:a9dde048f1ee1f00586264d726d0e89f16e56183
+# SHA1:89ce10cd392b720033db86b747e77633711a8b5f
 #
 # This file is autogenerated by pip-compile-multi
 # To update, run:
@@ -233,7 +233,9 @@ packaging==23.1
 pandas[performance]==2.0.3
     # via apache-superset
 paramiko==3.4.0
-    # via sshtunnel
+    # via
+    #   apache-superset
+    #   sshtunnel
 parsedatetime==2.6
     # via apache-superset
 pgsanity==0.2.9
@@ -351,6 +353,7 @@ url-normalize==1.4.3
     # via requests-cache
 urllib3==1.26.18
     # via
+    #   -r requirements/base.in
     #   requests
     #   requests-cache
     #   selenium
diff --git a/requirements/docker.in b/requirements/docker.in
index b7e893f3e9..5b65cc6871 100644
--- a/requirements/docker.in
+++ b/requirements/docker.in
@@ -15,6 +15,5 @@
 # limitations under the License.
 #
 -r base.in
--e .[postgres]
-gevent
+-e .[postgres,gevent]
 greenlet>=2.0.2
diff --git a/requirements/docker.txt b/requirements/docker.txt
index be65b7d36b..27c135e04c 100644
--- a/requirements/docker.txt
+++ b/requirements/docker.txt
@@ -1,4 +1,4 @@
-# SHA1:439e3ee196ce81f342c935117ba5e0eeee8c385b
+# SHA1:f00a57c70a52607d638c19f64f426f887382927e
 #
 # This file is autogenerated by pip-compile-multi
 # To update, run:
@@ -11,7 +11,7 @@
     #   -r requirements/base.in
     #   -r requirements/docker.in
 gevent==23.9.1
-    # via -r requirements/docker.in
+    # via apache-superset
 psycopg2-binary==2.9.6
     # via apache-superset
 zope-event==4.5.0
diff --git a/requirements/testing.in b/requirements/testing.in
index 5b498bb090..3245886ec8 100644
--- a/requirements/testing.in
+++ b/requirements/testing.in
@@ -20,6 +20,7 @@
 docker
 flask-testing
 freezegun
+grpcio>=1.55.3
 openapi-spec-validator
 parameterized
 pyfakefs
diff --git a/requirements/testing.txt b/requirements/testing.txt
index e7095b7f72..e044f3ffab 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -1,4 +1,4 @@
-# SHA1:95300275481abb1413eb98a5c79fb7cf96814cdd
+# SHA1:a37a1037f359c1101162ef43288178fbf00c487d
 #
 # This file is autogenerated by pip-compile-multi
 # To update, run:
@@ -70,6 +70,7 @@ googleapis-common-protos==1.59.0
     #   grpcio-status
 grpcio==1.60.1
     # via
+    #   -r requirements/testing.in
     #   google-api-core
     #   google-cloud-bigquery
     #   grpcio-status
diff --git a/setup.py b/setup.py
index 25c547f246..99e7499e68 100644
--- a/setup.py
+++ b/setup.py
@@ -108,6 +108,7 @@ setup(
         "packaging",
         "pandas[performance]>=2.0.3, <2.1",
         "parsedatetime",
+        "paramiko>=3.4.0",
         "pgsanity",
         "polyline>=2.0.0, <3.0",
         "pyparsing>=3.0.6, <4",