File tree Expand file tree Collapse file tree
providers/cncf/kubernetes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ PIP package Version required
119119``cryptography `` ``>=44.0.3 ``
120120``kubernetes `` ``>=35.0.0,<36.0.0 ``
121121``urllib3 `` ``>=2.1.0,!=2.6.0 ``
122- ``kubernetes_asyncio `` ``>=32.0.0,<35 .0.0 ``
122+ ``kubernetes_asyncio `` ``>=32.0.0,<36 .0.0 ``
123123========================================== ======================================
124124
125125Cross provider package dependencies
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies = [
8383 # Tracked in https://github.com/kubernetes-client/python/issues/2477
8484 " urllib3>=2.1.0,!=2.6.0" ,
8585 # the version is limited to the next MAJOR version and should by synced with the kubernetes version
86- " kubernetes_asyncio>=32.0.0,<35 .0.0" ,
86+ " kubernetes_asyncio>=32.0.0,<36 .0.0" ,
8787]
8888
8989[dependency-groups ]
You can’t perform that action at this time.
0 commit comments