Skip to content

Commit b7b2cff

Browse files
committed
tyop
1 parent f1f9c94 commit b7b2cff

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

libraries/botbuilder-adapters-slack/setup.py

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

77
REQUIRES = [
8-
"botbuilder-schema=4.14.0",
8+
"botbuilder-schema==4.14.0",
99
"botframework-connector==4.15.0",
1010
"botbuilder-core==4.15.0",
1111
"pyslack",

libraries/botbuilder-ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
msrest==0.6.*
2-
botbuilder-schema=4.14.0
2+
botbuilder-schema==4.14.0
33
botbuilder-core==4.15.0
44
requests==2.31.0
55
aiounittest==1.3.0

libraries/botbuilder-ai/setup.py

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

77
REQUIRES = [
88
"azure-cognitiveservices-language-luis==0.2.0",
9-
"botbuilder-schema=4.14.0",
9+
"botbuilder-schema==4.14.0",
1010
"botbuilder-core==4.15.0",
1111
"aiohttp==3.8.5",
1212
]

libraries/botbuilder-applicationinsights/setup.py

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

77
REQUIRES = [
88
"applicationinsights==0.11.9",
9-
"botbuilder-schema=4.14.0",
9+
"botbuilder-schema==4.14.0",
1010
"botframework-connector==4.15.0",
1111
"botbuilder-core==4.15.0",
1212
]

libraries/botbuilder-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"azure-cosmos==3.2.0",
99
"azure-storage-blob==12.7.0",
1010
"azure-storage-queue==12.1.5",
11-
"botbuilder-schema=4.14.0",
11+
"botbuilder-schema==4.14.0",
1212
"botframework-connector==4.15.0",
1313
"jsonpickle>=1.2,<1.5",
1414
]

libraries/botbuilder-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest==0.6.*
22
botframework-connector==4.15.0
3-
botbuilder-schema=4.14.0
3+
botbuilder-schema==4.14.0
44
botframework-streaming==4.15.0
55
requests==2.31.0
66
PyJWT==2.4.0

libraries/botbuilder-core/setup.py

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

77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
88
REQUIRES = [
9-
"botbuilder-schema=4.14.0",
9+
"botbuilder-schema==4.14.0",
1010
"botframework-connector-forked>=1.0.11",
1111
"botframework-streaming-forked>=1.0.11",
1212
"jsonpickle>=1.2,<1.5",

libraries/botbuilder-dialogs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest==0.6.*
22
botframework-connector==4.15.0
3-
botbuilder-schema=4.14.0
3+
botbuilder-schema==4.14.0
44
botbuilder-core==4.15.0
55
requests==2.31.0
66
PyJWT==2.4.0

libraries/botbuilder-dialogs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"recognizers-text>=1.0.2a1",
1414
"recognizers-text-choice>=1.0.2a1",
1515
"babel==2.9.1",
16-
"botbuilder-schema=4.14.0",
16+
"botbuilder-schema==4.14.0",
1717
"botframework-connector==4.15.0",
1818
"botbuilder-core==4.15.0",
1919
]

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
REQUIRES = [
88
"applicationinsights>=0.11.9",
99
"aiohttp==3.8.5",
10-
"botbuilder-schema=4.14.0",
10+
"botbuilder-schema==4.14.0",
1111
"botframework-connector==4.15.0",
1212
"botbuilder-core==4.15.0",
1313
"botbuilder-applicationinsights==4.15.0",

0 commit comments

Comments
 (0)