Bump LabThings FastAPI requirement to 0.1.0

This commit is contained in:
Julian Stirling 2026-03-12 09:55:41 +00:00
parent 65ac551688
commit ad638fa8ee

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