From ffd65ce623be3d6ecb787b307843a176ba5a7cae Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 4 Jun 2018 09:03:30 -0700 Subject: [PATCH] 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 3425b03f288..d222b8c8baf 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',