vincbeck commented on code in PR #50960:
URL: https://github.com/apache/airflow/pull/50960#discussion_r2356310399
##########
providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -26,13 +26,12 @@
from typing import TYPE_CHECKING, Any
import jwt
-from flask import flash, g, has_request_context, session
-from flask_appbuilder import const
+from flask import current_app, flash, g, has_app_context, has_request_context,
session
+from flask_appbuilder import Model, const
from flask_appbuilder.const import (
AUTH_DB,
AUTH_LDAP,
AUTH_OAUTH,
- AUTH_OID,
Review Comment:
Openid support has been removed from Flask-appbuilder 5
(https://github.com/dpgaspar/Flask-AppBuilder/pull/2390). We need to remove it
as well. That might impact some users, we'll have to create a major version in
Fab provider.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]