From 7596c4f930caf4fc2d89ba63b1096046adf9fe0e Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 17 Apr 2024 16:28:59 +0200 Subject: [PATCH] allow nbclient 0.10 (#1462) * bump nbclient upper bound * Remove upper bound --------- 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 1d9f96b78..3d97f0942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "jupyter_core>=4.11.0", "jupyter_server>=2.0.0,<3", "jupyterlab_server>=2.3.0,<3", - "nbclient>=0.4.0,<0.8", + "nbclient>=0.4.0", "nbconvert>=6.4.5,<8", "traitlets>=5.0.3,<6", "websockets>=9.0",