Try pinning pydantic version as server now fails tests with error

This commit is contained in:
Julian Stirling 2025-04-02 13:52:42 +01:00
parent 336b504377
commit 928d5ef300

View file

@ -24,6 +24,7 @@ dependencies = [
"numpy ~= 1.20",
"scipy ~=1.14",
"piexif",
"pydantic ~= 2.10.6",
]
[project.optional-dependencies]