From dc14ff030664a94eb4b4e339d2171b728ddf159e Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Wed, 13 May 2026 15:51:32 +0100 Subject: [PATCH] Update to use rc2 of labthings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81e84e83..2c3f8460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi==0.2.0rc1", + "labthings-fastapi==0.2.0rc2", "sangaboard~=0.4.0", "camera-stage-mapping ~= 0.1.10", "opencv-python-headless ~= 4.13.0",