While working on ticket TIMX-258 it was determined that vcrpy 5.x breaks our test suite. This change is somewhat time sensitive, so temporarily pinning versions of vcrpy and urllib3.
This application also needs updating to our new python application conventions, which would be a good time to work on this change.
It is recommend after update to remove pinned versions for:
vcrpy = "==4.2.1"
urllib3 = "==1.26.18"
While working on ticket TIMX-258 it was determined that
vcrpy 5.xbreaks our test suite. This change is somewhat time sensitive, so temporarily pinning versions ofvcrpyandurllib3.This application also needs updating to our new python application conventions, which would be a good time to work on this change.
It is recommend after update to remove pinned versions for:
vcrpy = "==4.2.1"urllib3 = "==1.26.18"