You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/01/31 21:38:53 UTC

[superset] branch john-bodley--bump-fab-constraints created (now 312816c68f)

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

johnbodley pushed a change to branch john-bodley--bump-fab-constraints
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 312816c68f chore: Bump Flask-AppBuilder constraints

This branch includes the following new commits:

     new 312816c68f chore: Bump Flask-AppBuilder constraints

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: chore: Bump Flask-AppBuilder constraints

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

johnbodley pushed a commit to branch john-bodley--bump-fab-constraints
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 312816c68fd3693ec40a33e225a475afea4b3ff5
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Wed Feb 1 10:38:45 2023 +1300

    chore: Bump Flask-AppBuilder constraints
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d542df5efa..af36acf5d1 100644
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ setup(
         "cryptography>=39.0.0,<40",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.1.3, <2.2",
-        "flask-appbuilder>=4.1.6, <5.0.0",
+        "flask-appbuilder>=4.2.0, <5.0.0",
         "flask-caching>=1.10.1, <1.11",
         "flask-compress>=1.13, <2.0",
         "flask-talisman>=1.0.0, <2.0",