diff --git a/docs/source/developers/index.md b/docs/source/developers/index.md index 478cea65c..123315f7a 100644 --- a/docs/source/developers/index.md +++ b/docs/source/developers/index.md @@ -9,7 +9,7 @@ please see our {doc}`contributor's guide `. ## Pydantic compatibility Jupyter AI is fully compatible with Python environments using Pydantic v1 -or Pydantic v2. Jupyter AI imports Pydantic classes from the +or Pydantic v2. Jupyter AI imports Pydantic classes from the `langchain.pydantic_v1` module. Developers should do the same when they extend Jupyter AI classes.