From 94c81cb3bf10046ebf09486cda52e2d6ab9ac225 Mon Sep 17 00:00:00 2001 From: "Meng (Ethan) Li" Date: Fri, 24 Jan 2025 11:01:45 -0800 Subject: [PATCH] Add link to github issue regarding kubernetes-32.0.0 (#947) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 53512ba2f..d0b5cde3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ gcp = [ "crcmod", # for file uploads. # kubernetes==32.0.0 will cause "kube_config.py:520] Object of type ConfigNode is not JSON serializable" error # when loading kube config, hence failing kubernetes client authentication. + # See also https://github.com/kubernetes-client/python/issues/2333 "kubernetes==31.0.0", "google-api-core==2.17.1", "google-api-python-client==2.109.0",