We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd7aa8 commit 89729b6Copy full SHA for 89729b6
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "hatchling.build"
3
requires = [
4
"hatchling>=1.5.0",
5
- "jupyterlab~=4.2.5",
+ "jupyterlab~=4.2.5,<4.4",
6
"hatch-nodejs-version>=0.3.2"
7
]
8
@@ -27,7 +27,7 @@ dependencies = [
27
"jupyter-events>=0.7.0",
28
"jupyter-packaging>=0.12.3",
29
"jupyter_server>=2.7.3",
30
- "jupyterlab>=4.0,<4.3", # comment out to use local jupyterlab
+ "jupyterlab>=4.0,<4.4", # comment out to use local jupyterlab
31
"jupyterlab-lsp~=5.1.0", # comment out to use local jupyterlab
32
"jupyterlab-git~=0.50.2", # Avoid breaking 1.x changes
33
"jupyter-resource-usage~=1.1.0",
0 commit comments