File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
6
6
- No breaking or major changes.
7
7
8
8
9
+ ## Version 5.27
10
+ - No breaking or major changes.
11
+
12
+
9
13
## Version 5.26
10
14
- Python 3.13 support added.
11
15
- Deprecated setting attributes on ` Neo4jError ` like ` message ` and ` code ` .
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Forum = "https://community.neo4j.com/c/drivers-stacks/python/"
55
55
Discord = " https://discord.com/invite/neo4j"
56
56
57
57
[project .optional-dependencies ]
58
- numpy = [" numpy >= 1.7.0, < 2 .0.0" ]
58
+ numpy = [" numpy >= 1.7.0, < 3 .0.0" ]
59
59
pandas = [
60
60
" pandas >= 1.1.0, < 3.0.0" ,
61
- " numpy >= 1.7.0, < 2 .0.0" ,
61
+ " numpy >= 1.7.0, < 3 .0.0" ,
62
62
]
63
63
pyarrow = [" pyarrow >= 1.0.0" ]
64
64
@@ -67,7 +67,7 @@ pyarrow = ["pyarrow >= 1.0.0"]
67
67
requires = [
68
68
" setuptools == 68.0.0" , # dropped support for Python 3.7 in 68.1.0
69
69
# TODO: 6.0 - can be removed once `setup.py` is simplified
70
- " tomlkit == 0.11.8 " ,
70
+ " tomlkit == 0.12.5 " , # dropped support (at least CI testing) for Python 3.7 in 0.13.0
71
71
]
72
72
build-backend = " setuptools.build_meta"
73
73
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.26 .dev0"
36
+ version = "5.27 .dev0"
37
37
deprecated_package = False
38
38
39
39
You can’t perform that action at this time.
0 commit comments