Merge branch 'bump-lt-0.2.1' into 'v3'

Bump LabThings FastAPI version to 0.2.1

See merge request openflexure/openflexure-microscope-server!594
This commit is contained in:
Julian Stirling 2026-05-20 14:52:04 +00:00
commit 89c709e95d

View file

@ -18,7 +18,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"labthings-fastapi==0.2.0rc2", "labthings-fastapi==0.2.1",
"sangaboard~=0.4.0", "sangaboard~=0.4.0",
"camera-stage-mapping ~= 0.1.10", "camera-stage-mapping ~= 0.1.10",
"opencv-python-headless ~= 4.13.0", "opencv-python-headless ~= 4.13.0",