Skip to content

Commit

Permalink
Update cachecontrol to 0.13.1
Browse files Browse the repository at this point in the history
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
mielvds authored Jul 6, 2023
1 parent f87d7ba commit cf6b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ bleach==5.0.1

# requests
requests==2.31.0
cachecontrol==0.12.11
cachecontrol==0.13.1

0 comments on commit cf6b7d9

Please sign in to comment.