summaryrefslogtreecommitdiff
path: root/security/py-google-auth/files/patch-setup.py
blob: 06b64628ef0c94783b3d861343d7786b54e51ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2025-05-21 18:00:57 UTC
+++ setup.py
@@ -20,7 +20,7 @@ DEPENDENCIES = (
 
 
 DEPENDENCIES = (
-    "cachetools>=2.0.0,<6.0",
+    "cachetools>=2.0.0",
     "pyasn1-modules>=0.2.1",
     # rsa==4.5 is the last version to support 2.7
     # https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233