fix: bump FAB to 3.2.1, SQLAlchemy fix (#13642)

This commit is contained in:
Daniel Vaz Gaspar 2021-03-16 23:10:34 +00:00 committed by GitHub
parent 65b4be7b51
commit 0819beaedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ dnspython==2.0.0
# via email-validator
email-validator==1.1.1
# via flask-appbuilder
flask-appbuilder==3.1.1
flask-appbuilder==3.2.1
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder

View File

@ -75,7 +75,7 @@ setup(
"cron-descriptor",
"cryptography>=3.2.1",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.1.1, <4.0.0",
"flask-appbuilder>=3.2.1, <4.0.0",
"flask-caching",
"flask-compress",
"flask-talisman",