DOC: More details about deprecations in version releasing description #499

Closed
opened 2026-02-20 17:40:27 -05:00 by yindo · 2 comments
Owner

Originally created by @levinosaber on GitHub (Mar 6, 2025).

Issue with current documentation:

Please give more details when it comes to a remove or a deprecation of a class or function.
Now with langgraph 0.3.5 there is no ToolInvocation in soure code of langgraph.prebuilt.
But I am quite sure that it exists in previous version cause I noticed this key word in the issues. But there is no info in release patch note and I have no idea from which version it is deprecated and what could take its place.

Idea or request for content:

No response

Originally created by @levinosaber on GitHub (Mar 6, 2025). ### Issue with current documentation: Please give more details when it comes to a remove or a deprecation of a class or function. Now with langgraph 0.3.5 there is no `ToolInvocation` in soure code of langgraph.prebuilt. But I am quite sure that it exists in previous version cause I noticed this key word in the issues. But there is no info in release patch note and I have no idea from which version it is deprecated and what could take its place. ### Idea or request for content: _No response_
yindo closed this issue 2026-02-20 17:40:27 -05:00
Author
Owner

@vbarda commented on GitHub (Mar 6, 2025):

@levinosaber it was marked for deprecation for a very long time with a deprecation warning that said it will be removed in 0.3 and it was removed in 0.3. https://github.com/langchain-ai/langgraph/releases/tag/0.3.1

If you're using it, it likely means you're also using ToolExecutor which is also deprecated and you should be using ToolNode instead

@vbarda commented on GitHub (Mar 6, 2025): @levinosaber it was marked for deprecation for a very long time with a deprecation warning that said it will be removed in 0.3 and it was removed in 0.3. https://github.com/langchain-ai/langgraph/releases/tag/0.3.1 If you're using it, it likely means you're also using `ToolExecutor` which is also deprecated and you should be using ToolNode instead
Author
Owner

@levinosaber commented on GitHub (Mar 6, 2025):

ah sry for my mistake, maybe I have copied the wrong keyword when searching for the release details, which is why I didn't find it. Thank you for ur response.

@levinosaber commented on GitHub (Mar 6, 2025): ah sry for my mistake, maybe I have copied the wrong keyword when searching for the release details, which is why I didn't find it. Thank you for ur response.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#499