8000 Merge branch 'master' into josh/serialization · guptarohan41/botbuilder-python@96b7a52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b7a52

Browse files
authored
Merge branch 'master' into josh/serialization
2 parents a338dde + 863be5f commit 96b7a52

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)
0