diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 0b2b31adee..e945cb3836 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -238,7 +238,7 @@ pyhive_common = { # Instead, we put the fix in our PyHive fork, so no thrift pin is needed. } -microsoft_common = {"msal==1.22.0"} +microsoft_common = {"msal>=1.22.0"} iceberg_common = { # Iceberg Python SDK @@ -271,7 +271,7 @@ s3_base = { abs_base = { "azure-core==1.29.4", - "azure-identity>=1.14.0", + "azure-identity>=1.17.1", "azure-storage-blob>=12.19.0", "azure-storage-file-datalake>=12.14.0", "more-itertools>=8.12.0",