diff --git a/docs/types.rst b/docs/types.rst
index 25e7d67..e8bf24e 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -83,8 +83,8 @@ Recursive or repeated reference to the same Python dataclass is supported. After
:class:`pydantic.BaseModel`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Supports Python classes inheriting from `pydantic.BaseModel `_.
-Supports Pydantic version 1.x only at the moment.
+Supports Python classes inheriting from `pydantic.BaseModel `_.
+Requires Pydantic version 2 or greater. For Pydantic 1 support, use **py-avro-schema** version 2.
.. (No intersphinx for Pydantic, unfortunately.)