From 545d783aad216e7473b55d78b5deee077bdb9bc8 Mon Sep 17 00:00:00 2001 From: Adam Schill Collberg Date: Mon, 3 Mar 2025 17:02:13 +0100 Subject: [PATCH] Relax IPython version requirement --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 19ffded4..b7933560 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] keywords = ["graph", "visualization", "neo4j"] dependencies = [ - "ipython >=8, <9", + "ipython >=7, <10", "pydantic >=2 , <3", "pydantic-extra-types >=2, <3", "enum-tools==0.12.0"