Skip to content

Commit cfe7ef3

Browse files
authored
Merge pull request #1153 from are-ces/add-azure-dep
Added missing azure dependency
2 parents be0e710 + 49155bc commit cfe7ef3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
"einops>=0.8.1",
6666
# Used for Azure Entra ID token management
6767
"azure-core>=1.38.0",
68-
"azure-identity",
68+
"azure-identity>=1.21.0",
6969
"pyasn1>=0.6.2",
7070
]
7171

@@ -189,6 +189,8 @@ llslibdev = [
189189
"opentelemetry-instrumentation>=0.55b0",
190190
"blobfile>=3.0.0",
191191
"psutil>=7.0.0",
192+
# Azure
193+
"azure-identity>=1.21.0",
192194
]
193195

194196
build = [

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)