From cee700dd1f579b486bf2b1be99791b698cd0fad3 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:20:44 +0200 Subject: [PATCH] build: jfjoch_client rc146 -> rc166 (required by aarecommon >= 0.7) aarecommon floors jfjoch-client at 1.0.0rc166 (per-image ice / latt_count, rotation_bravais). All 9 DefaultApi calls in devices/jfjoch.py exist in rc166, whose API is a superset of rc146 (192 vs 186 methods). Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01GPer4T34EcvqVJGpeiEJ4Y --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e52edaab..7b064049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "pydantic==2.11.4", "numpy==2.2.5", - "jfjoch_client==1.0.0rc146", + "jfjoch_client==1.0.0rc166", "pyJWT==2.10.1", "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86",