I was operating with Python 3.5 and the following:
neo4j==1.7.4
neobolt==1.7.13
neotime==1.7.4
I switched to neo4j driver 4.2 and noticed some breaking changes that I can't find documentation on. Previously running...
driver.session.run(query)
... w...