File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 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.
66- No breaking or major changes.
77
88
9+ ## Version 5.27
10+ - No breaking or major changes.
11+
12+
913## Version 5.26
1014- Python 3.13 support added.
1115- 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/"
5555Discord = " https://discord.com/invite/neo4j"
5656
5757[project .optional-dependencies ]
58- numpy = [" numpy >= 1.7.0, < 2 .0.0" ]
58+ numpy = [" numpy >= 1.7.0, < 3 .0.0" ]
5959pandas = [
6060 " pandas >= 1.1.0, < 3.0.0" ,
61- " numpy >= 1.7.0, < 2 .0.0" ,
61+ " numpy >= 1.7.0, < 3 .0.0" ,
6262]
6363pyarrow = [" pyarrow >= 1.0.0" ]
6464
@@ -67,7 +67,7 @@ pyarrow = ["pyarrow >= 1.0.0"]
6767requires = [
6868 " setuptools == 68.0.0" , # dropped support for Python 3.7 in 68.1.0
6969 # 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
7171]
7272build-backend = " setuptools.build_meta"
7373
Original file line number Diff line number Diff line change 3333
3434# Can be automatically overridden in builds
3535package = "neo4j"
36- version = "5.26 .dev0"
36+ version = "5.27 .dev0"
3737deprecated_package = False
3838
3939
You can’t perform that action at this time.
0 commit comments