We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7ccb3 commit 31241eaCopy full SHA for 31241ea
doc/modules/ROOT/pages/installation.adoc
@@ -18,7 +18,7 @@ The Python client supports the following versions of the other three components:
18
|===
19
| Python Client | GDS version | Python version | Neo4j Python Driver version
20
.1+<.^| 1.17
21
-.1+<.^| >= 2.6, < 2.19
+.1+<.^| >= 2.6, < 2.21
22
.5+<.^| >= 3.9, < 3.13
23
.7+<.^| >= 4.4.12, < 6.0.0
24
graphdatascience/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.17a2"
+__version__ = "1.17"
2
__min_server_version__ = "2.6.0" # matches installation.adoc
0 commit comments