Describe the bug
I think you moved everything to proper Pydantic 2, however in python 3.14 I still get warnings like:
python3.14/site-packages/reflex/base.py:6: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
from pydantic.v1 import BaseModel
And this is with latest release.
To Reproduce
Just use python 3.14