OnroerendErfgoed / atramhasis

An online SKOS editor
http://atramhasis.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

Update cachecontrol to 0.13.1 #847

Closed mielvds closed 1 year ago

mielvds commented 1 year ago

This version of cachecontrol uses an version of urllib3 that is incompatible with requests 2.30+, see https://github.com/psf/cachecontrol/issues/292

It results in the following error: AttributeError: 'HTTPResponse' object has no attribute 'strict'

This version update should solve this issue, but in case it doesn't, you could also fix urllib3==1.26.15