File: //usr/local/lib/python3.10/dist-packages/langchain/pydantic_v1/__pycache__/main.cpython-310.pyc
o
���g� � @ sH d dl mZ zd dlT W n
ey d dlT Y nw eddddd� dS ) � )�warn_deprecated)�*z0.3.0z1.0.0zpydantic.v1 or pydantica� As of langchain-core 0.3.0, LangChain uses pydantic v2 internally. The langchain.pydantic_v1 module was a compatibility shim for pydantic v1, and should no longer be used. Please update the code to import from Pydantic directly.
For example, replace imports like: `from langchain.pydantic_v1 import BaseModel`
with: `from pydantic import BaseModel`
or the v1 compatibility namespace if you are working in a code base that has not been fully upgraded to pydantic 2 yet. from pydantic.v1 import BaseModel
)�removal�alternative�messageN)�langchain_core._apir �pydantic.v1.main�ImportError�
pydantic.main� r r �E/usr/local/lib/python3.10/dist-packages/langchain/pydantic_v1/main.py�<module> s �
�