Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cachecontrol to 0.13.1 #847

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

mielvds
Copy link
Contributor

@mielvds mielvds commented Jul 6, 2023

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

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`
@JonasGe JonasGe merged commit bffa386 into OnroerendErfgoed:develop Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants