This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ea4e05b3d84 Fix mypy errors in providers (#58644)
ea4e05b3d84 is described below

commit ea4e05b3d84c3833adc5580232691e8c67ad13d2
Author: Vincent <[email protected]>
AuthorDate: Mon Nov 24 16:45:12 2025 -0500

    Fix mypy errors in providers (#58644)
---
 providers/fab/src/airflow/providers/fab/www/app.py | 2 +-
 providers/fab/www-hash.txt                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/fab/src/airflow/providers/fab/www/app.py 
b/providers/fab/src/airflow/providers/fab/www/app.py
index 06e5285bdac..17bdf4d4f8d 100644
--- a/providers/fab/src/airflow/providers/fab/www/app.py
+++ b/providers/fab/src/airflow/providers/fab/www/app.py
@@ -96,7 +96,7 @@ def create_app(enable_plugins: bool):
     with flask_app.app_context():
         AirflowAppBuilder(
             app=flask_app,
-            session=db.session,
+            session=db.session(),
             base_template="airflow/main.html",
             enable_plugins=enable_plugins,
         )
diff --git a/providers/fab/www-hash.txt b/providers/fab/www-hash.txt
index 245773cf3e8..4ab0f78532f 100644
--- a/providers/fab/www-hash.txt
+++ b/providers/fab/www-hash.txt
@@ -1 +1 @@
-97ed0fe8fa7db75049f6039ce1162403d09ad7a836bf6020a70c6a4954b38971
+5dce910f6c2a6cf2afc182d8c451030d727a2fd390948b029e4e832b4140dce6

Reply via email to