8000
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 a45ee4e commit ca3792fCopy full SHA for ca3792f
libraries/botbuilder-schema/setup.py
@@ -5,7 +5,7 @@
5
6
NAME = "botbuilder-schema"
7
VERSION = "4.0.0.a3"
8
-REQUIRES = ["msrest>=0.2.0"]
+REQUIRES = ["msrest==0.4.29"]
9
10
setup(
11
name=NAME,
libraries/botframework-connector/setup.py
@@ -6,7 +6,7 @@
NAME = "botframework-connector"
VERSION = "4.0.0.a4"
REQUIRES = [
- "msrest>=0.4.27",
+ "msrest==0.4.29",
"requests>=2.8.1",
"cryptography>=2.1.4",
12
"PyJWT>=1.5.3",
0 commit comments