File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 33See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44
55## NEXT RELEASE
6+ - No breaking or major changes.
7+
8+
9+ ## Version 5.9
610- ` neo4j.auth_management.ExpiringAuth ` 's ` expires_in ` (in preview) was replaced
711 by ` expires_at ` , which is a unix timestamp.
812 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.
66
77Neo4j versions supported:
88
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
1810* Neo4j 4.4
1911
2012Python versions supported:
Original file line number Diff line number Diff line change 3333
3434# Can be automatically overridden in builds
3535package = "neo4j"
36- version = "5.8 .dev0"
36+ version = "5.9 .dev0"
3737deprecated_package = False
3838
3939
You can’t perform that action at this time.
0 commit comments