Open AdvancedImagingUTSW opened 2 months ago
This is a side-effect of dropping python 3.9 support (which should have made it impossible to install that version with python 3.9, so maybe I messed something up). Is it possible for you to run a newer version of python? Alternatively I can look into fixing this, but i'm not sure how much time I will have for it in the next few weeks
No worries, I was able to fix our CI pipeline by specifying version number 0.5.3 in our pyproject.toml file. I just wanted to communicate the issue.
If you want to fix it, I think you need to change your pyproject.toml file to requires-python = ">=3.10".
We are using python 3.9.7, which is >= 3.9.
Found while running our CI pipeline on this module: https://github.com/TheDeanLab/navigate/blob/develop/test/model/data_sources/test_zarr_data_source.py
The tests work with
pydantic-ome-ngff==0.5.3
. However, they fail with the recent releases (e.g., > 0.6.0) due to the following TypeError.