Skip to content

Commit f6226d4

Browse files
committed
currency: aiohttp version is bounded for python 3.8
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 51dc750 commit f6226d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-r requirements-minimal.txt
22
aioamqp>=0.15.0
33
aiofiles>=0.5.0
4-
aiohttp>=3.8.3
4+
aiohttp<=3.10.11; python_version <= "3.8"
5+
aiohttp>=3.8.3; python_version > "3.8"
56
boto3>=1.17.74
67
bottle>=0.12.25
78
celery>=5.2.7

0 commit comments

Comments
 (0)