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

Require pyzmq v25 #910

Closed davidbrochart closed 1 year ago

minrk commented 1 year ago

Is there a reason to require 25? This PR was opened before 25 was even out, and I think it's good to be as conservative as possible with support for dependencies like this one.

davidbrochart commented 1 year ago

Is there a reason to require 25?

No, I just wanted to see what was going to break.

blink1073 commented 1 year ago

Closing as addressed by #915 and #842