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