From 0099149e2be58d9e3d79d4b873b6b22ee58834a8 Mon Sep 17 00:00:00 2001 From: Naved Ansari Date: Mon, 5 Feb 2024 13:51:59 -0500 Subject: [PATCH] Pin openshift-client version to 1.0.21 as the new major version breaks things. I will soon stop using this openshift client altogether in favor of the dynamic openshift client so it's not worth trying to figure out what broke things in the newer version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa19f44..5adac28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests>=2.18.4 -openshift-client>=1.0 +openshift-client==1.0.21