fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Pin Pydantic to V1 #409

Closed tcompa closed 1 year ago

tcompa commented 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.