Skip to content

Commit b814017

Browse files
committed
exclude beta pre-release versions from jupyterlab pin
1 parent 52b4d27 commit b814017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/jupyter-collaboration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33-
"jupyterlab>=4.3.0b2,<4.4.0a2",
33+
"jupyterlab==4.3.0",
3434
"jupyter_collaboration_ui>=1.1.0",
3535
"jupyter_docprovider>=1.1.0",
3636
"jupyter_server_ydoc>=1.1.0",

0 commit comments

Comments
 (0)