a
    ag                     @   sH   d dl mZ zd dlT W n ey2   d dlT Y n0 eddddd dS )	    )warn_deprecated)*z0.3.0z1.0.0zpydantic.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
)ZremovalalternativemessageN)Zlangchain_core._apir   Zpydantic.v1.dataclassesImportErrorZpydantic.dataclasses r   r   o/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/langchain/pydantic_v1/dataclasses.py<module>   s   