Skip to content

Commit 46a3b7a

Browse files
committed
Temporarily pin click<8.3.0
1 parent 89b6201 commit 46a3b7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.4", "jupyter_client>=6"]
2+
requires = ["hatchling>=1.4", "jupyter_client>=6", "click<8.3.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -19,6 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.10"
2121
dependencies = [
22+
"click<8.3.0",
2223
"debugpy>=1.6.5",
2324
"ipython>=7.23.1",
2425
"comm>=0.1.1",

0 commit comments

Comments
 (0)