Skip to content

Commit

Permalink
revert the change of bumping dep version (#22382)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Jan 7, 2022
1 parent 372f18a commit bbb1b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
]
),
install_requires=[
"azure-core<2.0.0,>=1.15.0",
"azure-core<2.0.0,>=1.11.0",
"cryptography>=2.5",
"msal<2.0.0,>=1.12.0",
"msal-extensions~=0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ chardet<5,>=3.0.2
#override azure-cosmos azure-core<2.0.0,>=1.0.0
#override azure-data-tables azure-core<2.0.0,>=1.14.0
#override azure-eventhub azure-core<2.0.0,>=1.14.0
#override azure-identity azure-core<2.0.0,>=1.15.0
#override azure-identity azure-core<2.0.0,>=1.11.0
#override azure-keyvault-administration azure-core<2.0.0,>=1.15.0
#override azure-keyvault-certificates azure-core<2.0.0,>=1.15.0
#override azure-keyvault-keys azure-core<2.0.0,>=1.15.0
Expand Down

0 comments on commit bbb1b3a

Please sign in to comment.