Skip to content

Commit 5e539ac

Browse files
Add upper bound on jupyter_client dependency (#1239)
* Add upper bound on jupyter_client dependency * Update jupyter_client pinning Co-authored-by: Duc Trung Le <[email protected]> Co-authored-by: Duc Trung Le <[email protected]>
1 parent 052b9b8 commit 5e539ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.10",
3535
]
3636
dependencies = [
37-
"jupyter_client>=6.1.3,<8",
37+
"jupyter_client>=6.1.3,<=7.4.1",
3838
"jupyter_core>=4.11.0",
3939
"jupyter_server>=1.18,<2.0.0",
4040
"jupyterlab_server>=2.3.0,<3",

0 commit comments

Comments
 (0)