Skip to content

Commit 30a0807

Browse files
committed
Merge branch 'josh/serialization' of https://github.com/microsoft/botbuilder-python into josh/serialization
2 parents 7c9cb7e + 96b7a52 commit 30a0807

File tree

1 file changed

+5
-5
lines changed
  • libraries/botbuilder-integration-applicationinsights-aiohttp

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
REQUIRES = [
88
"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",
9+
"aiohttp==3.6.2",
10+
"botbuilder-schema>=4.7.1",
11+
"botframework-connector>=4.7.1",
12+
"botbuilder-core>=4.7.1",
13+
"botbuilder-applicationinsights>=4.7.1",
1314
]
1415
TESTS_REQUIRES = [
1516
"aiounittest==1.3.0",
16-
"aiohttp==3.5.4",
1717
]
1818

1919
root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)