Skip to content

Commit

Permalink
chore(bump): bump azure-identity (#11235)
Browse files Browse the repository at this point in the history
Co-authored-by: Harshal Sheth <[email protected]>
  • Loading branch information
david-leifker and hsheth2 authored Aug 26, 2024
1 parent 8479d2f commit 94e7706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 94e7706

Please sign in to comment.