Closed ekouidinov closed 2 years ago
Hello @ekouidinov,
You are correct that this version of MSAL is not currently supported. Unfortunately, at this time we do not have a workaround for you since you have already specified that downgrading packages is not an option.
I can tell you that MSAL support is actively being worked on, however we do not have an ETA at this time for when this feature will be available.
I know this issue is closed, but leaving this message to highlight this is still an issue! and is there an updated ETA?
Version
4.14.1
Describe the bug
Botbuilder is not compatible with
msal
version >1.6.0 sincebotframework-connector
depends on msal 1.6.0To Reproduce
Steps to reproduce the behavior:
cd /tmp && mkdir bot && cd bot
poetry init
poetry add msal
poetry add botbuilder-core
Expected behavior
Complete installation
Screenshots
Additional context
I don't have an option to downgrade
msal
because I need to use>=1.7.0
version in my project