You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent urllib3 release checks for a response object property in a logging statement that the vcrpy response mock didn't declare. This makes tests fail.
The most recent
urllib3
release checks for a response object property in a logging statement that thevcrpy
response mock didn't declare. This makes tests fail.main
except for a small rearrangement inpyproject.toml
so as to trigger cache invalidation in GH actions. tests fail. https://github.com/ga4gh/vrs-python/actions/runs/12472767000urllib3
version fixes it: https://github.com/ga4gh/vrs-python/actions/runs/12472815878vcrpy
: missing request.version_string attribute with urllib3 == 2.3.0 kevin1024/vcrpy#888The text was updated successfully, but these errors were encountered: