From 94e7706e3b949b4ca55b847c9cf0f42d085fff09 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:44:08 -0500 Subject: [PATCH] chore(bump): bump azure-identity (#11235) Co-authored-by: Harshal Sheth --- metadata-ingestion/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 0b2b31adee10a..e945cb38367df 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -238,7 +238,7 @@ # 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 @@ 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",