E565 Update setup.py · pablomarin/botbuilder-python@37af9fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 37af9fc

Browse files
authored
Update setup.py
1 parent 94669cb commit 37af9fc

File tree

1 file changed

+1
-1
lines changed
  • libraries/botbuilder-integration-aiohttp

1 file changed

+1
-1
lines changed

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"botframework-connector==4.15.0",
1111
"botbuilder-core==4.15.0",
1212
"yarl<=1.4.2",
13-
"aiohttp>=3.6.2,<3.8.0",
13+
"aiohttp==3.8.4",
1414
]
1515

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

0 commit comments

Comments
 (0)
0