From 1305c245ef443301f10de3f97967db67608f6af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 27 May 2024 09:48:38 +0200 Subject: [PATCH] Add jupyter_client to dep to ensure it contains the needed fix --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8d3c23..26cba0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "jupyter_server>=2.0.1,<3" + "jupyter_client>=8.6.2", + "jupyter_server>=2.0.1,<3", ] dynamic = ["version", "description", "authors", "urls", "keywords"]