From b634eb8bb613eb1fb6b2f76db0335dafbead15ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:53:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/developers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.