From 08b5e9ae5ec4199d55b152cefdcff432cfa798ad Mon Sep 17 00:00:00 2001 From: appleb_m Date: Tue, 2 Dec 2025 13:36:29 +0100 Subject: [PATCH] DAQ: updated jfjoch_client dependency --- common/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 9b9fcf64..89728ee7 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "pydantic==2.11.4", "numpy==2.2.5", - "jfjoch_client==1.0.0rc87", + "jfjoch_client==1.0.0rc113", ] [lint]