Versions of langchain libraries do not satisfy

It does not work properly

LangGraphDeprecatedSinceV10: create_react_agent has been moved to langchain.agents. Please update your import to from langchain.agents import create_agent. Deprecated in LangGraph V1.0 to be removed in V2.0.
agent = create_react_agent(
LangChainDeprecationWarning: Please see the migration guide at: LangChain overview - Docs by LangChain
memory = ConversationBufferMemory(

This is ok?