biolab / orange-canvas-core

Orange Canvas core workflow editor
GNU General Public License v3.0
36 stars 62 forks source link

Replace cachecontrol #274

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago

CacheControl doesn't support urllib=2 and looks unmaintained. https://github.com/ionrock/cachecontrol/issues/292 has opened for three weeks, and there is no sign that it will be fixed soon. It is also affecting Orange's add-on dialogue for users with urllib>=2.

I think we should look over whether the same can be made with the request-cahce package, which is currently well maintained.