Skip to content

Commit 0c4e3fa

Browse files
committed
Require jupyter_server 1.24, tornado 6.1, and traitlets 5.1
- Tornado 6.1 is required by jupyter_server 1.1+, notebook 6.2+ and jupyterlab 3+ - traitlets 5.1 is required by jupyter_server 1.16+ I think bumping to jupyter_server 1.24 should be fine, and traitlets and tornado too.
1 parent 36bf01e commit 0c4e3fa

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,11 @@ jobs:
9999
- os: ubuntu-22.04
100100
python-version: "3.8"
101101
pip-extras: classic
102-
# jupyter-client and jupyter-core are transient dependencies for
103-
# jupyter-server that we have to pin to avoid issues installing
104-
# tornado as old as 5.1
105102
pip-install-constraints: >-
106-
jupyter-server==1.0
107-
simpervisor==1.0
108-
tornado==5.1
109-
traitlets==4.2.1
110-
jupyter-client==7.2.0
111-
jupyter-core==4.9.2
103+
jupyter-server==1.24.0
104+
simpervisor==1.0.0
105+
tornado==6.1.0
106+
traitlets==5.1.0
112107
113108
# Workaround for excluded 3.12 test mentioned in a FIXME above
114109
- os: ubuntu-22.04

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ classifiers = [
4444
dependencies = [
4545
"aiohttp",
4646
"importlib_metadata >=4.8.3 ; python_version<\"3.10\"",
47-
"jupyter-server >=1.0",
48-
"simpervisor >=1.0",
49-
"tornado >=5.1",
50-
"traitlets >= 4.2.1",
47+
"jupyter-server >=1.24.0",
48+
"simpervisor >=1.0.0",
49+
"tornado >=6.1.0",
50+
"traitlets >= 5.1.0",
5151
]
5252

5353
[project.optional-dependencies]

0 commit comments

Comments
 (0)