8000 move to schema a2 · openvelora/botbuilder-python@bb29cd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb29cd1

Browse files
committed
move to schema a2
1 parent cb8db26 commit bb29cd1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/Azure/msrest-for-python@async2
22
botframework-connector>=4.0.0.a2
3-
botbuilder-schema>=4.0.0.a1
3+
botbuilder-schema>=4.0.0.a2
44
requests>=2.18.1
55
PyJWT==1.5.3
66
cryptography==2.1.4

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NAME = "botbuilder-core"
77
VERSION = "4.0.0.a1"
88
REQUIRES = [
9-
"botbuilder-schema>=4.0.0.a1",
9+
"botbuilder-schema>=4.0.0.a2",
1010
"botframework-connector>=4.0.0.a2"]
1111

1212
setup(

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
NAME = "botbuilder-schema"
7-
VERSION = "4.0.0.a1"
7+
VERSION = "4.0.0.a2"
88
REQUIRES = ["msrest>=0.2.0"]
99

1010
setup(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/Azure/msrest-for-python@async2
2-
botbuilder-schema>=4.0.0.a1
2+
botbuilder-schema>=4.0.0.a2
33
requests>=2.18.1
44
PyJWT==1.5.3
55
cryptography==2.1.4

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"requests>=2.8.1",
1111
"cryptography>=2.1.4",
1212
"PyJWT>=1.5.3",
13-
"botbuilder-schema>=4.0.0.a1"]
13+
"botbuilder-schema>=4.0.0.a2"]
1414

1515
setup(
1616
name=NAME,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/Azure/msrest-for-python@async2
2-
botbuilder-schema>=4.0.0.a1
2+
botbuilder-schema>=4.0.0.a2
33
botframework-connector>=4.0.0.a2
44
botbuilder-core>=4.0.0.a1
55
aiohttp>=3.0.0

0 commit comments

Comments
 (0)
0