AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
788 stars 194 forks source link

msal 1.5 is no longer compatible with **botframework-connector 4.10.1** #417

Closed umerazeemalgo closed 2 years ago

umerazeemalgo commented 2 years ago

msal 1.5.0 was working fine with botframework-connector 4.10.1 but suddenly it stopped working and acquiring msal==1.2.0, i am getting the following conflict while installing requriement.txt file. i can't use msal 1.2 as other dependencies ( i.e azure-identity) need msal 1.5 version.

it's curious to me why we have this conflict? previously it was working fine with the same versions.

Conclict: botframework-connector 4.10.1 depends on msal==1.2.0

rayluo commented 2 years ago

Duplicate to https://github.com/microsoft/botbuilder-python/issues/1819