diff --git a/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py b/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py index 22a64913d..39476ae8e 100644 --- a/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py +++ b/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py @@ -184,7 +184,7 @@ def list( while True: try: yield asyncio.run_coroutine_threadsafe( - anext(aiter_), # type: ignore[name-defined] + anext(aiter_), self.loop, ).result() except StopAsyncIteration: