[PR #457] [MERGED] Handle Async Callable #1483

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/457
Author: @hinthornw
Created: 5/14/2024
Status: Merged
Merged: 5/15/2024
Merged by: @hinthornw

Base: mainHead: wfh/coerce_fixup


📝 Commits (4)

📊 Changes

2 files changed (+98 additions, -3 deletions)

View changed files

📝 langgraph/utils.py (+26 -3)
tests/test_utils.py (+72 -0)

📄 Description

class MyAsyncCallable:
    async def __call__(self, state):
        ...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/457 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/coerce_fixup` --- ### 📝 Commits (4) - [`0b93d55`](https://github.com/langchain-ai/langgraph/commit/0b93d555399f3a2903c8cefc7a525dc639a8e21e) Handle Async Callable - [`856f7d9`](https://github.com/langchain-ai/langgraph/commit/856f7d984a84c80c9a15f2371cc52b400531ae39) Fixup - [`4aa4988`](https://github.com/langchain-ai/langgraph/commit/4aa4988ff56a85fc99eda1da6bbc4ac6f0230bf6) fixup - [`40e6f73`](https://github.com/langchain-ai/langgraph/commit/40e6f73e058b90e977f33a0510bada5b9f1c645e) typeguard ### 📊 Changes **2 files changed** (+98 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/utils.py` (+26 -3) ➕ `tests/test_utils.py` (+72 -0) </details> ### 📄 Description ``` class MyAsyncCallable: async def __call__(self, state): ... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:51 -05:00
yindo closed this issue 2026-02-20 17:44:51 -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#1483