When executing this code segment of the ‘Extra Practice’ section, when you build a small graph, I got an ‘AttributeError: ‘_GeneratorContextManager’ object has no attribute ‘get_next_version’’. Any idea about how to fix it?
thread = {“configurable”: {“thread_id”: str(1)}}
graph.invoke({“count”:0, “scratch”:“hi”},thread)