fix: bump krkn-lib to 6.1.2 to resolve kubernetes 36.x incompatibility (#1442)

krkn-lib 6.1.0 declared kubernetes>=34.1.0 (unbounded), allowing pip to
resolve to kubernetes 36.x which renamed call_api() parameter
response_type to response_types_map, breaking SA token creation, service
patching, and node metrics queries.

krkn-lib 6.1.2 pins kubernetes>=35.0.0,<36.0.0, preventing the
incompatible version from being installed.

Fixes #1441

Signed-off-by: ddjain <darjain@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Darshan Jain
2026-07-02 18:25:33 +05:30
committed by GitHub
co-authored by Cursor
parent bf59ed3c9c
commit 3f266f1908
+1 -1
View File
@@ -19,7 +19,7 @@ jaraco-context>=6.1.0 # Fixes GHSA-58pv-8j8x-9vj2
cbor2<5.7.0 # Pinned by arcaflow-plugin-sdk
lxml==6.1.0
kubernetes>=35.0.0,<36.0.0
krkn-lib==6.1.0
krkn-lib==6.1.2
numpy==1.26.4
pandas==2.2.0
openshift-client==1.0.21