Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/fab/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PIP package Version required
``apache-airflow-providers-common-compat`` ``>=1.12.0``
``blinker`` ``>=1.6.2``
``flask`` ``>=2.2.1``
``flask-appbuilder`` ``==5.2.1``
``flask-appbuilder`` ``==5.2.2``
``pyjwt`` ``>=2.11.0``
``flask-login`` ``>=0.6.2; python_version < "3.14"``
``flask-login`` ``>=0.6.3; python_version >= "3.14"``
Expand Down
2 changes: 1 addition & 1 deletion providers/fab/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PIP package Version required
``apache-airflow-providers-common-compat`` ``>=1.12.0``
``blinker`` ``>=1.6.2``
``flask`` ``>=2.2.1``
``flask-appbuilder`` ``==5.2.1``
``flask-appbuilder`` ``==5.2.2``
``pyjwt`` ``>=2.11.0``
``flask-login`` ``>=0.6.2; python_version < "3.14"``
``flask-login`` ``>=0.6.3; python_version >= "3.14"``
Expand Down
2 changes: 1 addition & 1 deletion providers/fab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies = [
# Every time we update FAB version here, please make sure that you review the classes and models in
# `airflow/providers/fab/auth_manager/security_manager/override.py` with their upstream counterparts.
# In particular, make sure any breaking changes, for example any new methods, are accounted for.
"flask-appbuilder==5.2.1", # Whenever updating the version, run test_fab_alignment.py to verify.
"flask-appbuilder==5.2.2", # Whenever updating the version, run test_fab_alignment.py to verify.
# Transitive via flask-appbuilder -> flask-jwt-extended; pinned here so the FAB
# provider keeps installing cleanly when paired with older airflow-core releases
# (the compat-3.0.6 matrix job) whose own pyjwt floor predates `jwt.types.Options`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from airflow.providers.fab.auth_manager.security_manager.override import FabAirflowSecurityManagerOverride

# The FAB version that override.py was last aligned with.
EXPECTED_FAB_VERSION = "5.2.1"
EXPECTED_FAB_VERSION = "5.2.2"

# FAB public methods that override.py intentionally does NOT implement.
# Every entry must have a comment explaining why it's excluded.
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.