Skip to content

Commit 317eef9

Browse files
committed
update requests
1 parent d4d6f96 commit 317eef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/botframework-connector

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
99
REQUIRES = [
1010
"msrest==0.6.*",
11-
"requests>=2.23.0,<2.31.0",
11+
"requests>=2.23.0,<3.0.0",
1212
"PyJWT>=2.4.0",
1313
"botbuilder-schema==4.14.0",
1414
"msal==1.*",

0 commit comments

Comments
 (0)