We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a688f commit 9376d8fCopy full SHA for 9376d8f
1 file changed
libraries/botbuilder-integration-aiohttp/setup.py
@@ -6,9 +6,9 @@
6
7
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
8
REQUIRES = [
9
- "botbuilder-schema==4.15.0",
10
- "botframework-connector==4.15.0",
11
- "botbuilder-core==4.15.0",
+ "botbuilder-schema==4.14.0",
+ "botframework-connector==4.14.0",
+ "botbuilder-core==4.14.0",
12
"yarl<=1.4.2",
13
"aiohttp==3.8.5",
14
]
0 commit comments