From 8ed76b4baffcd544a7c74a9fc865ced3c4b749b3 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 15 Dec 2025 16:30:16 +0000 Subject: [PATCH] Temporarily set labthings-fastapi dependancy to point at github not pypi during testing --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b285de51..17ec53c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi == 0.0.11", - "fastapi <= 0.123.6", # This can be removed once #216 on labthings-fastapi is fixed + "labthings-fastapi @ git+https://github.com/labthings/labthings-fastapi", "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0",