aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-google-resumable-media/files/patch-setup.py
blob: 987e64055825e343dbed5e8db5564aa48d785c54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2025-11-17 15:32:57 UTC
+++ setup.py
@@ -30,7 +30,7 @@ EXTRAS_REQUIRE = {
     'requests': [
         'requests >= 2.18.0, < 3.0.0',
     ],
-    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 2.0.0']
+    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 3.0.0']
 }
 
 setuptools.setup(