From 6baf50e84f1ce470bd8d587481e2fd2269ac2f27 Mon Sep 17 00:00:00 2001 From: ptownley Date: Wed, 22 Apr 2026 08:50:58 +0100 Subject: [PATCH 1/2] Websockets 16 is too new for some OS's It can't be installed in helios rocky 9 for example --- requirements.lock | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.lock b/requirements.lock index 2c80997..f72d1c2 100644 --- a/requirements.lock +++ b/requirements.lock @@ -51,5 +51,5 @@ urllib3==2.6.3 # requests websocket-client==1.9.0 # via kubernetes -websockets==16.0 +websockets==15.0 # via -r requirements.txt diff --git a/requirements.txt b/requirements.txt index b21ba91..fd9cd29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ httpx==0.28.1 kubernetes==35.0.0 PyJWT==2.12.1 -websockets==16.0 \ No newline at end of file +websockets==15.0 \ No newline at end of file From 7e496f50c458e2540bfcf0d4229de2c7007e88f5 Mon Sep 17 00:00:00 2001 From: app/github-actions Date: Wed, 22 Apr 2026 07:51:07 +0000 Subject: [PATCH 2/2] pr commit