From 5f5c672111aa87084773e4f2ce43d898db75b6d6 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Wed, 17 Jun 2026 11:40:49 +0200 Subject: [PATCH] pyproject.toml: should be sseclient not sseclient-py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3aca9e93..e8295748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "aaredb==0.1.2a5", "python_multipart==0.0.20", "websocket-client==1.8.0", - "sseclient-py==1.8.0", + "sseclient==0.0.27", #Was sseclient-py==1.8.0 but this was broken??? "psi-pshell==2.1.0", "bec_lib>=3.130.3", "bec-ipython-client>=3.130.3",