Skip to content

Commit 115b893

Browse files
committed
update msal
1 parent 2d28175 commit 115b893

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
install_requires=[
7474
"azure-core<2.0.0,>=1.0.0",
7575
"cryptography>=2.1.4",
76-
"msal<1.0.0,>=0.4.1",
76+
"msal<2.0.0,>=1.0.0",
7777
"msal-extensions~=0.1.2",
7878
"six>=1.6",
7979
],

shared_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cryptography>=2.1.4
9393
futures
9494
mock
9595
typing
96-
msal<1.0.0,>=0.4.1
96+
msal<2.0.0,>=1.0.0
9797
msal-extensions~=0.1.2
9898
msrest>=0.5.0
9999
msrestazure<2.0.0,>=0.4.32

0 commit comments

Comments
 (0)