Update labthings-api dep and also the version number for alpha release

This commit is contained in:
Julian Stirling 2025-06-06 13:09:04 +01:00
parent 13c63f8481
commit 2aa7d0f6be

View file

@ -1,6 +1,6 @@
[project] [project]
name = "openflexure-microscope-server" name = "openflexure-microscope-server"
version = "3.0.0.dev0" version = "3.0.0.alpha1"
authors = [ authors = [
{ name="Richard Bowman", email="richard.bowman@cantab.net" }, { name="Richard Bowman", email="richard.bowman@cantab.net" },
{ name="Joel Collins" }, { name="Joel Collins" },
@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"labthings-fastapi[server] == 0.0.7", "labthings-fastapi[server] == 0.0.8",
"labthings-sangaboard", "labthings-sangaboard",
"camera-stage-mapping ~= 0.1.10", "camera-stage-mapping ~= 0.1.10",
"opencv-python ~= 4.11.0", "opencv-python ~= 4.11.0",