jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
347 stars 148 forks source link

Require jupyter_server 1.24+, tornado 6.1+, traitlets 5.1+ #467

Closed consideRatio closed 4 months ago

consideRatio commented 5 months ago

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.