Closed tcompa closed 1 year ago
Based on discussion in https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/375#issuecomment-1566767049.
If/when we want to (at least partially) move towards V2, we can require pydantic==2 and use pydantic.v1 in all cases where we still need the legacy behavior.
pydantic==2
pydantic.v1
Based on discussion in https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/375#issuecomment-1566767049.
If/when we want to (at least partially) move towards V2, we can require
pydantic==2
and usepydantic.v1
in all cases where we still need the legacy behavior.