dwavesystems / dwave-inspector

D-Wave Problem Inspector
https://docs.ocean.dwavesys.com/projects/inspector/
Apache License 2.0
8 stars 17 forks source link

Upgrade `vcrpy` as soon as a version `>4.2.1` is released #156

Open randomir opened 1 year ago

randomir commented 1 year ago

The latest version of vcrpy (our test dependency) does not support urllib3 >= 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.