We have a Python project connecting to Neo4j, running inside Kubernetes. Previously we used the neo4j package. Then we used the py2neo package (which uses the neobolt driver) with a neo4j sidecar (resulting in a localhost address). But now we connect...