From d1fa96b756f6ce1ea7775c742ea7f0067fa8097a Mon Sep 17 00:00:00 2001 From: Seth Troisi Date: Thu, 24 Sep 2026 14:30:38 -0700 Subject: [PATCH] build: remove pin after #125 fixed KernelClient issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c17c6a7..5fb32ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "google-auth>=2.49.1", "google-auth-oauthlib>=1.3.0", "html2text>=2024.2.26", - "jupyter-kernel-client==0.8", + "jupyter-kernel-client", "nbformat>=5.10.4", "packaging>=24.0", "prompt-toolkit>=3.0.52",