Compatibility with pydantic v2

Is there a version of the prefect python package that is compatible with pydantic v2?
I’m using prefect 2.82 and pydantic 2.5.2 (believe both are the latest), and can’t get past:

from prefect import flow, task

without an error: ImportError: cannot import name ‘SecretField’ from ‘pydantic’

It used to work before upgrading pydantic to 2.x , but unfortunately I needed to do this due to other dependencies.

Thank you for your help!