Summary of changes
LangGraph v1 is largely backwards compatible with previous versions. The main change is the deprecation ofcreate_react_agent in favor of LangChain’s new create_agent function.
Deprecations
The following table lists all items deprecated in LangGraph v1:create_react_agent → create_agent
LangGraph v1 deprecates the create_react_agent prebuilt. Use LangChain’s create_agent, which runs on LangGraph and adds a flexible middleware system.
See the LangChain v1 docs for details:
破坏性变更
Dropped Python 3.9 support
All LangChain packages now require Python 3.10 or higher. Python 3.9 reached end of life in October 2025.连接这些文档到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

