This commit is contained in:
Eugene Yurtsev
2024-09-13 17:46:49 -04:00
parent d46ab19954
commit 6cf75a87bb

View File

@@ -18,7 +18,7 @@ warn_deprecated(
"`from langchain_core.pydantic_v1 import BaseModel`\n" "`from langchain_core.pydantic_v1 import BaseModel`\n"
"with: `from pydantic import BaseModel`\n" "with: `from pydantic import BaseModel`\n"
"or the v1 compatibility namespace if you are working in a code base " "or the v1 compatibility namespace if you are working in a code base "
"that has not been fully upgraded to pydantic 2 yet. " "th has not been fully upgraded to pydantic 2 yet. "
"\tfrom pydantic.v1 import BaseModel\n" "\tfrom pydantic.v1 import BaseModel\n"
), ),
) )