Skip to content

Commit 12c687a

Browse files
authored
Merge pull request #691 from FlorentinD/bump-required-neo4j-dep
Require latest neo4j 4.4 patch or later
2 parents 38502db + 7d5addb commit 12c687a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626

2727

2828
## 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
multimethod >= 1.0, < 2.0
2-
neo4j >= 4.4.2, < 6.0
2+
neo4j >= 4.4.12, < 6.0
33
numpy < 2.0
44
pandas >= 1.0, < 3.0
55
pyarrow >= 14.0.1, < 17.0

0 commit comments

Comments
 (0)