Skip to content

Commit 6c14f0d

Browse files
committed
bump the jupyter_server optional dependency floor
1 parent 71804d0 commit 6c14f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyter-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ core_default_tasks = "jupyter_ai:tasks"
4545

4646
[project.optional-dependencies]
4747
test = [
48-
"jupyter-server[test]>=1.6,<3",
48+
"jupyter_server[test]>=2.4,<3", # v2.4 is the version floor required by jupyterlab~=4.0
4949
"coverage",
5050
"pytest",
5151
"pytest-asyncio",

0 commit comments

Comments
 (0)