From 18b928046b10e991b555b49e5d426f12e859e702 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Fri, 4 Aug 2023 19:59:20 -0700 Subject: [PATCH] plugin/clnrest: Downgrading pyln-proto versino from 23.08 to 23.5.2 Bug fix: pip install from plugins/clnrest/requirements.txt was unable to find "not yet released" pyln-proto version 23.08. --- plugins/clnrest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clnrest/requirements.txt b/plugins/clnrest/requirements.txt index bfa4bbe12..d7e9736f3 100644 --- a/plugins/clnrest/requirements.txt +++ b/plugins/clnrest/requirements.txt @@ -26,7 +26,7 @@ packaging==23.1 pycparser==2.21 pyln-bolt7==1.0.246 pyln-client==23.08 -pyln-proto==23.08 +pyln-proto==23.5.2 PySocks==1.7.1 python-engineio==4.5.1 python-socketio==5.8.0