Skip to content

Commit 89729b6

Browse files
frriveroFranklin
and
Franklin
authored
Updates Jupyterlab version compatibility to <4.4 (#3293)
Signed-off-by: Franklin <[email protected]> Co-authored-by: Franklin <[email protected]>
1 parent cbd7aa8 commit 89729b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling>=1.5.0",
5-
"jupyterlab~=4.2.5",
5+
"jupyterlab~=4.2.5,<4.4",
66
"hatch-nodejs-version>=0.3.2"
77
]
88

@@ -27,7 +27,7 @@ dependencies = [
2727
"jupyter-events>=0.7.0",
2828
"jupyter-packaging>=0.12.3",
2929
"jupyter_server>=2.7.3",
30-
"jupyterlab>=4.0,<4.3", # comment out to use local jupyterlab
30+
"jupyterlab>=4.0,<4.4", # comment out to use local jupyterlab
3131
"jupyterlab-lsp~=5.1.0", # comment out to use local jupyterlab
3232
"jupyterlab-git~=0.50.2", # Avoid breaking 1.x changes
3333
"jupyter-resource-usage~=1.1.0",

0 commit comments

Comments
 (0)