From 368c980c7722a5282af8abb0029672cfe4a68489 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 8 Dec 2025 16:06:24 +0000 Subject: [PATCH] Pin fastapi-version until upstream issue in LabThings is fixed --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2381c939..34d723be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ ] dependencies = [ "labthings-fastapi == 0.0.11", + "fastapi <= 0.123.6", # This can be removed once #216 on labthings-fastapi is fixed "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0",