Skip to content

Commit a3c38b9

Browse files
authored
Merge pull request #106 from neo4j/relax-ipython-dep
Relax IPython version requirement
2 parents 5165916 + 545d783 commit a3c38b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
keywords = ["graph", "visualization", "neo4j"]
3333
dependencies = [
34-
"ipython >=8, <9",
34+
"ipython >=7, <10",
3535
"pydantic >=2 , <3",
3636
"pydantic-extra-types >=2, <3",
3737
"enum-tools==0.12.0"

0 commit comments

Comments
 (0)