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",