Skip to content

Commit cf709af

Browse files
authored
Upgrade flask-appbuilder to 5.0.1 (apache#57170)
1 parent c52c62f commit cf709af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/fab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
# Every time we update FAB version here, please make sure that you review the classes and models in
7171
# `airflow/providers/fab/auth_manager/security_manager/override.py` with their upstream counterparts.
7272
# In particular, make sure any breaking changes, for example any new methods, are accounted for.
73-
"flask-appbuilder==5.0.0; python_version < '3.13'",
73+
"flask-appbuilder==5.0.1; python_version < '3.13'",
7474
"flask-login>=0.6.2; python_version < '3.13'",
7575
# Flask-Session 0.6 add new arguments into the SqlAlchemySessionInterface constructor as well as
7676
# all parameters now are mandatory which make AirflowDatabaseSessionInterface incompatible with this version.

0 commit comments

Comments
 (0)