From d9e6fd1a9bee318af3155349c10bda9615555eee Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 5 May 2026 17:56:01 +0200 Subject: [PATCH] fix: fix jfjoch-client version to rc126, matching the server version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c9ab9c..5924b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "bec_server", "ophyd_devices~=1.29", "std_daq_client", - "jfjoch-client", + "jfjoch-client==1.0.0rc126", "rich", "pyepics", "pyueye", # for the IDS uEye camera -- 2.52.0