From 96de44bbc3a5fdcb59b3ef2fdd854320e88fa3d5 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 2 Oct 2023 19:23:34 -0700 Subject: [PATCH] Remove redundant kubernetes version pin It's already specified in the requirements.txt in the root of the repo, so everyone developing binderhub locally has probably been using a much newer version anyway. I've left the `jupyterhub` pin in as it might need to be co-ordinated with the version of z2jh the chart uses. Fixes https://github.com/jupyterhub/binderhub/issues/1494 --- helm-chart/images/binderhub/requirements.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm-chart/images/binderhub/requirements.in b/helm-chart/images/binderhub/requirements.in index 1b462744b..b4425ae2f 100644 --- a/helm-chart/images/binderhub/requirements.in +++ b/helm-chart/images/binderhub/requirements.in @@ -12,9 +12,6 @@ google-cloud-logging==3.* # jupyterhub==4.* -# https://github.com/kubernetes-client/python -kubernetes==9.* - # binderhub's dependencies # # We can't put ".[pycurl]" here directly as when we freeze this into