Skip to content

Commit 8bb4c63

Browse files
authored
{LTS} Backport #31563, #31617: Bump msal to 1.33.0b1 and pymsalruntime to 0.18.1, only install pymsalruntime on Windows (#32460)
1 parent 54ca58b commit 8bb4c63

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/azure-cli-core/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
'knack~=0.11.0',
5757
'microsoft-security-utilities-secret-masker~=1.0.0b4',
5858
'msal-extensions==1.2.0',
59-
'msal[broker]==1.31.0',
59+
'msal[broker]==1.33.0b1; sys_platform == "win32"',
60+
'msal==1.33.0b1; sys_platform != "win32"',
6061
'msrestazure~=0.6.4',
6162
'packaging>=20.9',
6263
'pkginfo>=1.5.0.1',

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
msal-extensions==1.2.0
107-
msal[broker]==1.31.0
107+
msal==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jmespath==0.9.5
105105
jsondiff==2.0.0
106106
knack==0.11.0
107107
msal-extensions==1.2.0
108-
msal[broker]==1.31.0
108+
msal==1.33.0b1
109109
msrest==0.7.1
110110
msrestazure==0.6.4
111111
oauthlib==3.2.2

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
msal-extensions==1.2.0
107-
msal[broker]==1.31.0
107+
msal[broker]==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2
@@ -117,7 +117,7 @@ psutil==6.1.0
117117
pycomposefile==0.0.30
118118
PyGithub==1.55
119119
PyJWT==2.4.0
120-
pymsalruntime==0.16.2
120+
pymsalruntime==0.18.1
121121
PyNaCl==1.5.0
122122
pyOpenSSL==25.0.0
123123
PySocks==1.7.1

0 commit comments

Comments
 (0)