Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed missing
version_string
attribute when used with urllib3>=2.3.0
urllib3 in v2.3.0 introduced attribute `version_string` (https://github.com/urllib3/urllib3/pull/3316/files). This attribute is missing in `VCRHTTPResponse` which causes errors like AttributeError: 'VCRHTTPResponse' object has no attribute 'version_string' This fixes #888
- Loading branch information