Open joewandy opened 3 years ago
Currently we are using neo4j v3 and this python package: neo4j-driver = "==1.7.6". There are more recent versions of neo4j and the driver that we can use. However our codes to query need to be upgraded too to support those.
neo4j-driver = "==1.7.6"
A nice table to versions is here, https://7687.org
Currently we are using neo4j v3 and this python package:
neo4j-driver = "==1.7.6"
. There are more recent versions of neo4j and the driver that we can use. However our codes to query need to be upgraded too to support those.