From d3df6ba5884c99eaadd00abaec4094add3760825 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 16 Dec 2025 09:27:52 +0000 Subject: [PATCH] Bump labthings-fastapi (0.0.13) and stitching (0.2.3) versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17ec53c1..b7728ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,11 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi @ git+https://github.com/labthings/labthings-fastapi", + "labthings-fastapi==0.0.13", "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0", - "openflexure-stitching[libvips]==0.2.2", + "openflexure-stitching[libvips]==0.2.3", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2",