Skip to content

Commit 07cc599

Browse files
committed
update msal
1 parent d9fd016 commit 07cc599

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
@@ -91,7 +91,7 @@ cryptography>=2.1.4
9191
futures
9292
mock
9393
typing
94-
msal<1.0.0,>=0.4.1
94+
msal<2.0.0,>=1.0.0
9595
msal-extensions~=0.1.2
9696
msrest>=0.5.0
9797
msrestazure<2.0.0,>=0.4.32

0 commit comments

Comments
 (0)