Skip to content

Commit 5dfcc48

Browse files
authored
Limiting yarl dependency version to be compatible with python 3.7 (when min version suported >= 3.8 this constraint can be removed) (#1507)
1 parent 354444e commit 5dfcc48

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"botbuilder-schema==4.12.0",
1010
"botframework-connector==4.12.0",
1111
"botbuilder-core==4.12.0",
12+
"yarl<=1.4.2",
1213
"aiohttp==3.6.2",
1314
]
1415

0 commit comments

Comments
 (0)