Use semver library for checking sangaboard firmware version.

This commit is contained in:
Julian Stirling 2025-12-02 11:55:56 +00:00
parent 797dda3514
commit 240b7d1ba5
3 changed files with 83 additions and 31 deletions

View file

@ -30,6 +30,7 @@ dependencies = [
"piexif",
"pydantic ~= 2.10.6",
"simplejpeg >= 1.8.2",
"semver ~= 3.0",
]
[project.optional-dependencies]