Skip to content

Commit 31dc534

Browse files
updated Neo4j compatibility information (#430)
1 parent 29cd422 commit 31dc534

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ See, https://neo4j.com/docs/migration-guide/4.0/upgrade-driver/#upgrade-driver-b
7575
See, https://neo4j.com/docs/driver-manual/current/client-applications/#driver-connection-uris for changes in default security settings between 3.x and 4.x
7676

7777

78-
Connecting with Python Driver 4.0 against Neo4j 3.5
78+
Connecting with Python Driver 4.1 against Neo4j 3.5
7979
---------------------------------------------------
8080

81-
Using the Python Driver 4.0 and connecting to Neo4j 3.5 with default connection settings for Neo4j 3.5.
81+
Using the Python Driver 4.1 and connecting to Neo4j 3.5 with default connection settings for Neo4j 3.5.
8282

8383
.. code-block:: python
8484
@@ -91,10 +91,10 @@ Using the Python Driver 4.0 and connecting to Neo4j 3.5 with default connection
9191
driver = GraphDatabase.driver("neo4j://localhost:7687", auth=("neo4j", "password"), encrypted=True, trust=False)
9292
9393
94-
Connecting with Python Driver 1.7 against Neo4j 4.0
94+
Connecting with Python Driver 1.7 against Neo4j 4.1
9595
---------------------------------------------------
9696

97-
Using the Python Driver 1.7 and connecting to Neo4j 4.0 with default connection settings for Neo4j 4.0.
97+
Using the Python Driver 1.7 and connecting to Neo4j 4.1 with default connection settings for Neo4j 4.1.
9898

9999
.. code-block:: python
100100

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9+
* Neo4j 4.1
910
* Neo4j 4.0
1011
* Neo4j 3.5
1112

@@ -19,7 +20,7 @@ Python versions supported:
1920
.. note::
2021
Python 2.7 support has been dropped.
2122

22-
The previous driver `Python Driver 1.7`_ supports older versions of python, the **Neo4j 4.0** will work in fallback mode with that driver.
23+
The previous driver `Python Driver 1.7`_ supports older versions of python, **Neo4j 4.1** will work in fallback mode with that driver.
2324

2425

2526
******

0 commit comments

Comments
 (0)