I upgraded from py2neo 4.20 to 2021.2 and not I have some python scripts that no longer work. I have tracked down many issues but am stuck with one persistent error from code that looks like this:
params = [dict(zip(headers, row)) for row in list_of...