File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 3
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
4
4
5
5
## NEXT RELEASE
6
+ - No breaking or major changes.
7
+
8
+
9
+ ## Version 5.9
6
10
- ` neo4j.auth_management.ExpiringAuth ` 's ` expires_in ` (in preview) was replaced
7
11
by ` expires_at ` , which is a unix timestamp.
8
12
You can use ` ExpiringAuth(some_auth).expires_in(123) ` instead.
Original file line number Diff line number Diff line change @@ -6,15 +6,7 @@ The Official Neo4j Driver for Python.
6
6
7
7
Neo4j versions supported:
8
8
9
- * Neo4j 5.8
10
- * Neo4j 5.7
11
- * Neo4j 5.6
12
- * Neo4j 5.5
13
- * Neo4j 5.4
14
- * Neo4j 5.3
15
- * Neo4j 5.2
16
- * Neo4j 5.1
17
- * Neo4j 5.0
9
+ * Neo4j 5.0 - 5.9
18
10
* Neo4j 4.4
19
11
20
12
Python versions supported:
Original file line number Diff line number Diff line change 33
33
34
34
# Can be automatically overridden in builds
35
35
package = "neo4j"
36
- version = "5.8 .dev0"
36
+ version = "5.9 .dev0"
37
37
deprecated_package = False
38
38
39
39
You can’t perform that action at this time.
0 commit comments