Skip to content

Commit 986ba9f

Browse files
committed
bump click version floor to 8.1.0
1 parent 13a43dd commit 986ba9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jupyter-ai-magics/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
# pydantic>=2.7.4 is required by langchain >=0.3.0
2828
# pydantic>=2.9.0 is required by ollama >=0.4.0
2929
"pydantic>=2.9.0,<3",
30-
"click~=8.0",
30+
# click>=8.1 is required by dask>=2023.11.0
31+
"click>=8.1.0,<9",
3132
"jsonpath-ng>=1.5.3,<2",
3233
]
3334

0 commit comments

Comments
 (0)