Description: The Send class imported from langgraph.constants is deprecated as of LangGraph V1.0. To ensure compatibility with the upcoming V2.0 release, this import needs to be updated to the new location.
ChemGraph/src/chemgraph/graphs/graspa_mcp.py:8: LangGraphDeprecatedSinceV10: Importing Send from langgraph.constants is deprecated. Please use 'from langgraph.types import Send' instead. Deprecated in LangGraph V1.0 to be removed in V2.0.