diff --git a/setup.py b/setup.py index 4bcdfdddbe..45a02d458f 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,6 @@ def get_all_extras() -> Dict: "jsonschema<4.4.0,>=4.3.0", "protobuf<4.25.0,>=4.21.6", "gql==3.5.0", - "aiohttp<4.0.0,>=3.8.5", ] base_deps.extend(all_extras["cli"])