There was an error while loading. Please reload this page.
2 parents 7c9cb7e + 96b7a52 commit 30a0807Copy full SHA for 30a0807
libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py
@@ -6,14 +6,14 @@
6
7
REQUIRES = [
8
"applicationinsights>=0.11.9",
9
- "botbuilder-schema>=4.4.0b1",
10
- "botframework-connector>=4.4.0b1",
11
- "botbuilder-core>=4.4.0b1",
12
- "botbuilder-applicationinsights>=4.4.0b1",
+ "aiohttp==3.6.2",
+ "botbuilder-schema>=4.7.1",
+ "botframework-connector>=4.7.1",
+ "botbuilder-core>=4.7.1",
13
+ "botbuilder-applicationinsights>=4.7.1",
14
]
15
TESTS_REQUIRES = [
16
"aiounittest==1.3.0",
- "aiohttp==3.5.4",
17
18
19
root = os.path.abspath(os.path.dirname(__file__))
0 commit comments