Skip to content

[DEV] Update deprecated LangGraph Send import in graspa_mcp.py #73

@tdpham2

Description

@tdpham2

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions