mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 22:37:46 +00:00
x
This commit is contained in:
@@ -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"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user