We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5ecd3 commit bd5662aCopy full SHA for bd5662a
libraries/botframework-connector/requirements.txt
@@ -3,4 +3,4 @@ botbuilder-schema==4.17.0
3
requests==2.32.0
4
PyJWT==2.4.0
5
cryptography==43.0.1
6
-msal>=1.29.0
+msal>=1.31.1
libraries/botframework-connector/setup.py
@@ -11,7 +11,7 @@
11
# "requests>=2.23.0,<2.26",
12
"PyJWT>=2.4.0",
13
"botbuilder-schema==4.17.0",
14
- "msal>=1.29.0",
+ "msal>=1.31.1",
15
]
16
17
root = os.path.abspath(os.path.dirname(__file__))
0 commit comments