Hey everyone, in the
Prefect v3 upgrade notes regarding *
pydantic* you/they mention
"You can continue to use Pydantic 1.0 models in your own code if they do not interact directly with Prefect.". Is this just referring to the REST API? Given that the Python SDK requires pydantic v2, surely it isn't possible to still use pydantic v1 in your own code (in the same python env)?