8000 Merge pull request #84 from Microsoft/johtaylo/fix-bld · rsliang/botbuilder-python@ec47b07 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec47b07

Browse files
authored
Merge pull request microsoft#84 from Microsoft/johtaylo/fix-bld
Johtaylo/fix bld
2 parents aabfe2d + ca3792f commit ec47b07

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

libraries/botbuilder-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/Azure/msrest-for-python@async2
1+
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
22
botframework-connector>=4.0.0.a4
33
botbuilder-schema>=4.0.0.a3
44
requests>=2.18.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/Azure/msrest-for-python@async2
1+
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4

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/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/Azure/msrest-for-python@async2
1+
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
22
botbuilder-schema>=4.0.0.a3
33
requests>=2.18.1
44
PyJWT==1.5.3

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",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://github.com/Azure/msrest-for-python@async2
1+
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
22
botbuilder-core>=4.0.0.a4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git+https://github.com/Azure/msrest-for-python@async2
1+
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
22
botbuilder-core>=4.0.0.a4
33
aiohttp>=3.0.0

0 commit comments

Comments
 (0)
0