From 760ddb3ded1b3995bc68f4b74cf28af0c094481f Mon Sep 17 00:00:00 2001 From: Johan Henriksson Date: Mon, 1 Nov 2021 11:05:20 +0100 Subject: [PATCH] 0.4.31: fix aiohttp version in setup.py --- cowait/version.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cowait/version.py b/cowait/version.py index 87976411..18cf4313 100644 --- a/cowait/version.py +++ b/cowait/version.py @@ -1 +1 @@ -version = "0.4.30" +version = "0.4.31" diff --git a/pyproject.toml b/pyproject.toml index 3b500f4b..a3ceed7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cowait" -version = "0.4.30" +version = "0.4.31" description = "" authors = ["Backtick Technologies "] license = "Apache License v2.0" diff --git a/setup.py b/setup.py index bfc27203..6b1c3f80 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'docker>=4', 'kubernetes>=10', 'nest-asyncio>=1.4.1', - 'aiohttp>=3', + 'aiohttp==3.7.4', 'aiohttp-middlewares>=1', 'pytest>=6', 'alt-pytest-asyncio>=0.5.3', # would be nice to move to the widely used pytest-asyncio