Skip to content

Commit e5219fc

Browse files
fix: add zarr3 to ImageFormat literal
COSEM API now returns format: zarr3 for some images, which the pydantic schema rejected as an invalid literal. Hit this while fetching jrc_hela-3 / er-mem_pred to validate #124 against real data.
1 parent 8b0126b commit e5219fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/microsim/cosem/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
ImageFormat = Literal[
3939
"n5",
4040
"zarr",
41+
"zarr3",
4142
"precomputed",
4243
"neuroglancer_precomputed",
4344
"neuroglancer_multilod_draco",

0 commit comments

Comments
 (0)