Skip to content

Commit

Permalink
Update azure-core minimum version
Browse files Browse the repository at this point in the history
  - 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.
  • Loading branch information
Craig Treasure committed Feb 26, 2021
1 parent 14558bd commit efdd4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'azure.mixedreality'
]),
install_requires=[
'azure-core<2.0.0,>=1.2.2',
'azure-core<2.0.0,>=1.4.0',
'msrest>=0.5.0'
],
extras_require={
Expand Down
1 change: 1 addition & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@ opentelemetry-sdk==0.17b0
#override azure-identity six>=1.12.0
#override azure-ai-formrecognizer
#override azure-ai-metricsadvisor
#override azure-mixedreality-authentication azure-core>=1.4.0,<2.0.0

0 comments on commit efdd4a8

Please sign in to comment.