We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e0f4a commit 94c81cbCopy full SHA for 94c81cb
pyproject.toml
@@ -85,6 +85,7 @@ gcp = [
85
"crcmod", # for file uploads.
86
# kubernetes==32.0.0 will cause "kube_config.py:520] Object of type ConfigNode is not JSON serializable" error
87
# when loading kube config, hence failing kubernetes client authentication.
88
+ # See also https://github.com/kubernetes-client/python/issues/2333
89
"kubernetes==31.0.0",
90
"google-api-core==2.17.1",
91
"google-api-python-client==2.109.0",
0 commit comments