eladkal opened a new pull request, #57798: URL: https://github.com/apache/airflow/pull/57798
The `adal` library is not maintained since 2021 nor needed. From the library page: > Note: This library is already replaced by MSAL Python, available here: https://pypi.org/project/msal/ .ADAL Python remains available here as a legacy. The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources. https://pypi.org/project/adal/#description I seriously doubt we have any logic that requires this library. I couldn't trace why we added it to begin with (probably some pip resolution helper?) -- 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]
