[object Object]

← back to Exo

upgrade aiohttp

440fd35ea750f706aa93e7321536855d912272fe · 2024-08-10 14:32:51 +0100 · Alex Cheema

Files touched

Diff

commit 440fd35ea750f706aa93e7321536855d912272fe
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sat Aug 10 14:32:51 2024 +0100

    upgrade aiohttp
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 372720e1..bb2c1ff2 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
 
 # Base requirements for all platforms
 install_requires = [
-    "aiohttp==3.9.5",
+    "aiohttp==3.10.2",
     "aiohttp_cors==0.7.0",
     "aiofiles==24.1.0",
     "blobfile==2.1.1",

← 8e6414b2 spacing  ·  back to Exo  ·  add --max-parallel-downloads flag that limits the number of 6c1bf127 →