This is an automated email from the ASF dual-hosted git repository.
eladkal 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 0123c474e1e Remove adal dependency (#57798)
0123c474e1e is described below
commit 0123c474e1e959b4f402dd2159eceab9a2013d2d
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Nov 4 18:07:00 2025 +0200
Remove adal dependency (#57798)
---
providers/microsoft/azure/pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/providers/microsoft/azure/pyproject.toml
b/providers/microsoft/azure/pyproject.toml
index 214e99a2393..fbd8a222533 100644
--- a/providers/microsoft/azure/pyproject.toml
+++ b/providers/microsoft/azure/pyproject.toml
@@ -74,7 +74,6 @@ dependencies = [
"azure-servicebus>=7.12.1",
"azure-synapse-spark>=0.2.0",
"azure-synapse-artifacts>=0.17.0",
- "adal>=1.2.7",
"azure-storage-file-datalake>=12.9.1",
# azure-kusto-data 4.6.0 breaks main - see
https://github.com/apache/airflow/issues/42575
# azure-kusto-data 5.0.0 pins requests to a specific version which makes
resolving dependencies harder