Prefect dependency conflict with Pydantic 2.0

We use Pydantic 2 heavily in our data pipeline for validation. I just discovered Prefect and wanted to see if I could layer Prefect on top of our current build. However, it appears that Prefect uses Pydantic 1. I’m sure I could figure out some hacky way of installing both and importing with aliases but that’s not ideal for me. I guess I’m wondering if there are any plans for Prefect to upgrade to Pydantic 2.0 or if there is a proven workaround.