-
Notifications
You must be signed in to change notification settings - Fork 390
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
missing request.version_string attribute with urllib3 == 2.3.0 #888
Comments
This is the relevant urllib3 PR: urllib3/urllib3#3316 |
exslim
added a commit
to exslim/vcrpy
that referenced
this issue
Dec 23, 2024
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 kevin1024#888
Pull request to fix this issue: #889 |
I could workaround this issue with a:
|
1 task
matthiasschaub
added a commit
to GIScience/sketch-map-tool
that referenced
this issue
Dec 30, 2024
add temporary workaround of kevin1024/vcrpy#888
matthiasschaub
added a commit
to GIScience/sketch-map-tool
that referenced
this issue
Dec 30, 2024
add temporary workaround of kevin1024/vcrpy#888
FYI the new release 7.0.0 should resolve this issue. |
scottstanie
added a commit
to scottstanie/opera-utils
that referenced
this issue
Jan 3, 2025
scottstanie
added a commit
to opera-adt/opera-utils
that referenced
this issue
Jan 3, 2025
* Fix second datetime in CSLC name to be `generation_datetime` * Allow Sentinel-1 C,D (?E) * fix testg * Fix geojson dump for GDAL 3.10 This format seems to be incompatible with the latest GDAL. Testing it on geojsonlint.com also doesnt like it. Perhaps the "type" needs to be earlier, or at a top-level key, and before 3.10 GDAL would just guess. * add workaround for kevin1024/vcrpy#888
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried re-creating cassette that causes error.
Works with
urllib3 == 2.2.3
.Changing
boto3
version doesn't seem to have any impact.Traceback:
The text was updated successfully, but these errors were encountered: