| commit | 0473b010c2d31ff3c077033f2b23b1cdffc10e7f | [log] [tgz] |
|---|---|---|
| author | valentynk <valentynk@bitquilltech.com> | Thu Feb 09 12:22:01 2023 -0800 |
| committer | valentynk <valentynk@bitquilltech.com> | Thu Feb 09 12:22:01 2023 -0800 |
| tree | 6199a2471456ae0cc96c0ca28d2d2d6dd556bb48 | |
| parent | 0e9f24d3c2cc7c45b589bd97b7be4de6e5404098 [diff] |
use aiohttp less then 4.0.0
diff --git a/gremlin-python/src/main/python/setup.py b/gremlin-python/src/main/python/setup.py index 7202e1f..29f3d50 100644 --- a/gremlin-python/src/main/python/setup.py +++ b/gremlin-python/src/main/python/setup.py
@@ -46,7 +46,7 @@ install_requires = [ 'nest_asyncio', - 'aiohttp>=3.8.0,<=4.0.0', + 'aiohttp>=3.8.0,<4.0.0', 'aenum>=1.4.5,<3.0.0', 'six>=1.10.0,<2.0.0', 'isodate>=0.6.0,<1.0.0'