Skip to content

Commit 0745ab0

Browse files
Pin docprovider (#705)
* Pin docprovider * More pinning * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6b122b commit 0745ab0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

python/jupytercad/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ dependencies = [
2323
"jupytercad_lab==3.1.1",
2424
"jupytercad_app==3.1.1",
2525
"jupyter-collaboration>=3,<4",
26+
"jupyter-docprovider>=1,<2",
27+
"jupyter-server-ydoc>=1,<2",
28+
"jupyter-collaboration-ui>=1,<2",
2629
"jupyterlab>=4.3,<5",
2730
]
2831
dynamic = ["version"]

requirements-build.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
datamodel-code-generator>=0.23.0
33
hatchling>=1.5.0,<2
44
jupyter-collaboration>=3,<4
5+
jupyter-collaboration-ui>=1,<2
6+
jupyter-docprovider>=1,<2
7+
jupyter-server-ydoc>=1,<2
58
jupyterlab>=4.3,<5
69
pydantic==2.9.2

0 commit comments

Comments
 (0)