Skip to content

Commit a739469

Browse files
author
Craig Treasure
committed
Update azure-core minimum version
- This change updates the minimum version of Azure Core to 1.4.0 to make sure we get a package version that includes AzureKeyCredential to fix the nightly release builds.
1 parent 14558bd commit a739469

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/mixedreality/azure-mixedreality-authentication/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'azure.mixedreality'
6767
]),
6868
install_requires=[
69-
'azure-core<2.0.0,>=1.2.2',
69+
'azure-core<2.0.0,>=1.4.0',
7070
'msrest>=0.5.0'
7171
],
7272
extras_require={

shared_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,4 @@ opentelemetry-sdk==0.17b0
197197
#override azure-identity six>=1.12.0
198198
#override azure-ai-formrecognizer
199199
#override azure-ai-metricsadvisor
200+
#override azure-mixedreality-authentication azure-core<2.0.0,>=1.4.0

0 commit comments

Comments
 (0)