Paul Horn
Results
41
comments of
Paul Horn
alternatively, one can use the `server_version` already available in the gds client: ```python from graphdatascience import GraphDataScience, ServerVersion gds = GraphDataScience(...) assert gds.server_version() >= ServerVersion(2, 2, 0) ```