You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.
Example Code
@taskasyncdefretrieve():
return"foo"
Error Message and Stack Trace (if applicable)
Description
Using langggraph functional api with async functions I am getting typing errors. It seems to always return a coroutine instead of the final value when I await it.
System Info
System Information
OS: Darwin
OS Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020
Python Version: 3.12.8 (main, Jan 5 2025, 06:55:30) [Clang 19.1.6 ]
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
Using langggraph functional api with async functions I am getting typing errors. It seems to always return a coroutine instead of the final value when I await it.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: