[PR #4029] patch: fix return type of Topic.update #3603

Closed
opened 2026-02-20 17:48:52 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4029

State: closed
Merged: Yes


This PR fixes the return type annotation of the update method from None to bool, as the method returns a boolean value indicating whether self.values has changed

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4029 **State:** closed **Merged:** Yes --- This PR fixes the return type annotation of the `update` method from `None` to `bool`, as the method returns a boolean value indicating whether self.values has changed
yindo added the pull-request label 2026-02-20 17:48:52 -05:00
yindo closed this issue 2026-02-20 17:48:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3603