From 93155e14f88387980d69a869b4e058883542853a Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Sun, 2 Nov 2025 14:46:17 -0800 Subject: [PATCH] remove jupyterlab_chat version ceiling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd59386..c5c389d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=2.4.0,<3", - "jupyterlab_chat>=0.17.0,<0.18.0", + "jupyterlab_chat>=0.17.0", "jupyter_ai_router>=0.0.2", "jupyter_ai_persona_manager>=0.0.3", ]