Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version of cachecontrol uses an version of urllib3 that is incompatible with requests 2.30+, see psf/cachecontrol#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`
- Loading branch information