It turns out our oldest dependency test never ran, it was listed under exclude rather than include.
When run, it failed. It was not possible to get it to install without pinning misc transient dependencies. I think though, that instead of doing that we should just require the latest jupyter-server 1 version (1.24.0), and that leads to requiring tornado 6.1 and traitlets 5.1. Those in turn have been required for a very long time.
I suggest we go for a merge of this without declaring it a breaking change.
It turns out our oldest dependency test never ran, it was listed under
exclude
rather thaninclude
.When run, it failed. It was not possible to get it to install without pinning misc transient dependencies. I think though, that instead of doing that we should just require the latest jupyter-server 1 version (1.24.0), and that leads to requiring tornado 6.1 and traitlets 5.1. Those in turn have been required for a very long time.
I suggest we go for a merge of this without declaring it a breaking change.