Merge branch 'to-labthings-0.1' into 'v3'

Update dependency to labthings 0.1.0

See merge request openflexure/openflexure-microscope-server!538
This commit is contained in:
Julian Stirling 2026-03-26 10:32:29 +00:00
commit 72c9fcffe0

View file

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