From 6b174d0d8d49086312cfcccd7525cb8fc80c7a33 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Wed, 18 Feb 2026 10:57:06 +0100 Subject: [PATCH] updated dependencies --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e17f11cd..1d6ddde7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "pydantic==2.11.4", + "pydantic==2.11.4", "numpy==2.2.5", - "jfjoch_client==1.0.0rc122", + "jfjoch_client==1.0.0rc124", "pyJWT==2.10.1", "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", @@ -18,8 +18,7 @@ dependencies = [ "python-redis-lock==4.0.0", "fastapi==0.115.13", "uvicorn==0.34.2", - "aaredb==0.1.1a33", - "opencv-python-headless==4.11.0.86", + "aaredb==0.1.1a41", "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0",