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

[incubator-superset] branch master updated: Pin FAB to 1.10.0 (#5133)

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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ffd65ce  Pin FAB to 1.10.0 (#5133)
ffd65ce is described below

commit ffd65ce623be3d6ecb787b307843a176ba5a7cae
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Mon Jun 4 09:03:30 2018 -0700

    Pin FAB to 1.10.0 (#5133)
    
    Related to
    https://github.com/apache/incubator-superset/issues/5088#issuecomment-394064133
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3425b03..d222b8c 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ setup(
         'contextlib2',
         'cryptography',
         'flask<1.0.0',
-        'flask-appbuilder',
+        'flask-appbuilder==1.10.0',  # known db migration with 1.11+
         'flask-caching',
         'flask-compress',
         'flask-migrate',

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.