Open randomir opened 1 year ago
The latest version of vcrpy (our test dependency) does not support urllib3 >= 2 (see here).
vcrpy
urllib3 >= 2
The timeline for releasing a fix is not known/defined yet, so to unblock us we had to restrict the version of urllib3 (done in PR #157).
urllib3
As soon as a version of vcrpy is released that contains the fix for https://github.com/kevin1024/vcrpy/issues/688, we should revert the #157.
The latest version of
vcrpy
(our test dependency) does not supporturllib3 >= 2
(see here).The timeline for releasing a fix is not known/defined yet, so to unblock us we had to restrict the version of
urllib3
(done in PR #157).As soon as a version of
vcrpy
is released that contains the fix for https://github.com/kevin1024/vcrpy/issues/688, we should revert the #157.