jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Remove some deprecated zmq imports #842

Closed minrk closed 1 year ago

minrk commented 2 years ago

The zmq.eventloop.ioloop shim has been deprecated since pyzmq 17

jupyter-client requires pyzmq 23

minrk commented 2 years ago

Can wait to finish after the big refactor in #835, to avoid conflicts.

blink1073 commented 1 year ago

This is now unblocked, but has conflicts as predicted

1ucian0 commented 1 year ago

Any progress on this one? Now, import jupyter_client triggers the deprecation warning and the fix seems straightforward.

Thanks a lot for all your hard work!

blink1073 commented 1 year ago

I think I need to start from a new PR, the merge resolve is too messy.