Obviously this is a 0.x package, so I'm owed nothing, but just wanted to flag this in case it's worth considering but hasn't been yet:
I just experienced some new test failures in my environment, and tracked it down to the fact my glue code was written with version 0.1.9 of the API, and thus I was using network instead of requests. In my test container, which had a version spec of ^0.1.9, 0.1.13 got installed and things broke.
Of course, shame on me for not pinning versions, but just wanted to mention so it's on your radar and/or in case anyone else experiences something similar.
Obviously this is a
0.xpackage, so I'm owed nothing, but just wanted to flag this in case it's worth considering but hasn't been yet:I just experienced some new test failures in my environment, and tracked it down to the fact my glue code was written with version 0.1.9 of the API, and thus I was using
networkinstead ofrequests. In my test container, which had a version spec of^0.1.9,0.1.13got installed and things broke.Of course, shame on me for not pinning versions, but just wanted to mention so it's on your radar and/or in case anyone else experiences something similar.