From c39f6f4a169be16f6acad90fa09ac2748f4c215f Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Fri, 21 Mar 2025 09:39:36 -0700 Subject: [PATCH] Add yarl + upper bound aiohttp --- packages/smithy-http/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/smithy-http/pyproject.toml b/packages/smithy-http/pyproject.toml index 88de0861d..c63890900 100644 --- a/packages/smithy-http/pyproject.toml +++ b/packages/smithy-http/pyproject.toml @@ -13,7 +13,8 @@ awscrt = [ "awscrt>=0.23.10", ] aiohttp = [ - "aiohttp>=3.11.12", + "aiohttp>=3.11.12, <4.0", + "yarl" ] [build-system]