Skip to content

Commit 7cba716

Browse files
authored
Add yarl + upper bound aiohttp (#463)
1 parent c4c99ac commit 7cba716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/smithy-http/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ awscrt = [
1313
"awscrt>=0.23.10",
1414
]
1515
aiohttp = [
16-
"aiohttp>=3.11.12",
16+
"aiohttp>=3.11.12, <4.0",
17+
"yarl"
1718
]
1819

1920
[build-system]

0 commit comments

Comments
 (0)