diff --git a/pyproject.toml b/pyproject.toml index f53171b2..ad4e0424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi==0.0.17", + "labthings-fastapi==0.1.0", "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python-headless ~= 4.13.0", @@ -28,7 +28,7 @@ dependencies = [ "numpy ~= 2.2", "scipy ~=1.14", "piexif", - "pydantic ~= 2.10.6", + "pydantic", # Pydantic is not pinned to avoid conflicts with how LabThings pins pydantic "simplejpeg >= 1.8.2", "semver ~= 3.0", ]