From 5e539accfe55bbfca15707ec7c53f0f825cbac9c Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 25 Oct 2022 11:40:39 +0200 Subject: [PATCH] Add upper bound on jupyter_client dependency (#1239) * Add upper bound on jupyter_client dependency * Update jupyter_client pinning Co-authored-by: Duc Trung Le Co-authored-by: Duc Trung Le --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16134aadc..218cd1f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] dependencies = [ - "jupyter_client>=6.1.3,<8", + "jupyter_client>=6.1.3,<=7.4.1", "jupyter_core>=4.11.0", "jupyter_server>=1.18,<2.0.0", "jupyterlab_server>=2.3.0,<3",