We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d6f96 commit 317eef9Copy full SHA for 317eef9
1 file changed
libraries/botframework-connector/setup.py
@@ -8,7 +8,7 @@
8
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
9
REQUIRES = [
10
"msrest==0.6.*",
11
- "requests>=2.23.0,<2.31.0",
+ "requests>=2.23.0,<3.0.0",
12
"PyJWT>=2.4.0",
13
"botbuilder-schema==4.14.0",
14
"msal==1.*",
0 commit comments