Merge branch 'update-version-for-alpha1' into 'v3'

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

See merge request openflexure/openflexure-microscope-server!284
This commit is contained in:
Julian Stirling 2025-06-06 13:38:19 +00:00
commit 24b6eb74a1

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