We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937da83 commit b741497Copy full SHA for b741497
langgraph/checkpoint/redis/aio.py
@@ -411,7 +411,7 @@ async def aput(
411
# store at top-level for filters in list()
412
if all(key in metadata for key in ["source", "step"]):
413
checkpoint_data["source"] = metadata["source"]
414
- checkpoint_data["step"] = metadata["step"]
+ checkpoint_data["step"] = metadata["step"] # type: ignore
415
416
await self.checkpoints_index.load(
417
[checkpoint_data],
0 commit comments