This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 4.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 3650228f88d2619a78da679fe61cda6c27a41b26 Author: Daniel Vaz Gaspar <[email protected]> AuthorDate: Fri Feb 23 17:57:49 2024 +0000 fix: bump FAB to 4.4.1 (perf issue) (#27233) (cherry picked from commit 62cf0365e9176e0ac0c68c64000ae2eca2104889) --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6cd21291ad..4520809ff6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -104,7 +104,7 @@ flask==2.2.5 # flask-session # flask-sqlalchemy # flask-wtf -flask-appbuilder==4.4.0 +flask-appbuilder==4.4.1 # via apache-superset flask-babel==1.0.0 # via flask-appbuilder diff --git a/setup.py b/setup.py index 13955a3d86..d984e9a835 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( "cryptography>=41.0.2, <43.0.0", "deprecation>=2.1.0, <2.2.0", "flask>=2.2.5, <3.0.0", - "flask-appbuilder>=4.4.0, <5.0.0", + "flask-appbuilder>=4.4.1, <5.0.0", "flask-caching>=2.1.0, <3", "flask-compress>=1.13, <2.0", "flask-talisman>=1.0.0, <2.0",
