Skip to content

Commit f922426

Browse files
eladkalvatsrahul1001
authored andcommitted
Relax kubernetes_asyncio<<36.0.0 (#64144)
1 parent f7b3933 commit f922426

3 files changed

Lines changed: 6664 additions & 6661 deletions

File tree

providers/cncf/kubernetes/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

125125
Cross provider package dependencies

providers/cncf/kubernetes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)