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.
2 parents 38502db + 7d5addb commit 12c687aCopy full SHA for 12c687a
changelog.md
@@ -26,3 +26,5 @@
26
27
28
## Other changes
29
+
30
+* Updated required `neo4j` driver from `4.4.2` to the latest 4.4 path release (`4.4.12`) or later.
requirements/base/base.txt
@@ -1,5 +1,5 @@
1
multimethod >= 1.0, < 2.0
2
-neo4j >= 4.4.2, < 6.0
+neo4j >= 4.4.12, < 6.0
3
numpy < 2.0
4
pandas >= 1.0, < 3.0
5
pyarrow >= 14.0.1, < 17.0
0 commit comments