Skip to content

Commit 760b405

Browse files
authored
Missing pydantic dependency in jupytercad-core (#636)
1 parent 375d7d0 commit 760b405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jupytercad_core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"jupyter_server>=2.0.6,<3",
2323
"jupyter_ydoc>=2,<4",
2424
"jupyter-collaboration>=3.0.0,<4",
25+
"pydantic>=2,<3",
2526
]
2627
dynamic = ["version", "description", "authors", "urls", "keywords"]
2728
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)