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

Compatibility issues with requests library #1025

Closed nanaeaubry closed 4 months ago

nanaeaubry commented 4 months ago

We have an API that uses the requests library. We noticed that for requests>=2.32 there is an issue but only on Windows machines and inside of Jupyter environment.

Are there any known issues or fixes for this?

When using requests version 2.31.0 it works as expected.

nanaeaubry commented 4 months ago

Closing, saw this is known issue within request library