8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ab9ae commit 73bcddbCopy full SHA for 73bcddb
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