Skip to content

Commit 93155e1

Browse files
committed
remove jupyterlab_chat version ceiling
1 parent 5fd9f02 commit 93155e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"jupyter_server>=2.4.0,<3",
30-
"jupyterlab_chat>=0.17.0,<0.18.0",
30+
"jupyterlab_chat>=0.17.0",
3131
"jupyter_ai_router>=0.0.2",
3232
"jupyter_ai_persona_manager>=0.0.3",
3333
]

0 commit comments

Comments
 (0)