^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. warning:: The dataclass layer of Pydantic version 1.x is **not fully
- compatible with SQLAlchemy's class instrumentation without additional
- internal changes, and many features such as related collections may
- not work correctly.**.
+ compatible with SQLAlchemy's class instrumentation without additional
+ internal changes, and many features such as related collections may
+ not work correctly.**.
For Pydantic compatibility, please consider the
`SQLModel <https://sqlmodel.tiangolo.com/>` ORM which is built with