Skip to content

Commit 70b6d73

Browse files
authored
Fix jupyter-collaboration pinnings (#459)
1 parent 300323d commit 70b6d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/jupyter-collaboration/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ classifiers = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33-
"jupyter_collaboration_ui>=1.1.0",
34-
"jupyter_docprovider>=1.1.0",
35-
"jupyter_server_ydoc>=1.1.0",
33+
"jupyter_collaboration_ui>=1.1.0,<2",
34+
"jupyter_docprovider>=1.1.0,<2",
35+
"jupyter_server_ydoc>=1.1.0,<2",
3636
]
3737

3838
[tool.hatch.version]

0 commit comments

Comments
 (0)