8000 set msrest version dep to 0.4.29 · umarfarook882/botbuilder-python@ca3792f · GitHub
[go: up one dir, main page]

Skip to content

Commit ca3792f

Browse files
committed
set msrest version dep to 0.4.29
1 parent a45ee4e commit ca3792f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
NAME = "botbuilder-schema"
77
VERSION = "4.0.0.a3"
8-
REQUIRES = ["msrest>=0.2.0"]
8+
REQUIRES = ["msrest==0.4.29"]
99

1010
setup(
1111
name=NAME,

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NAME = "botframework-connector"
77
VERSION = "4.0.0.a4"
88
REQUIRES = [
9-
"msrest>=0.4.27",
9+
"msrest==0.4.29",
1010
"requests>=2.8.1",
1111
"cryptography>=2.1.4",
1212
"PyJWT>=1.5.3",

0 commit comments

Comments
 (0)
0