Potential urllib3 dependency issue with FrameIO python sdk

There seems to be a dependency issue with FrameIO and newer builds of urllib3. In client.py in class FrameIOConnection, ‘method_whitelist’ parameter is listed. Newer builds of urllib3 changed this name to ‘allowed_methods’. With the older naming the frameio client throws an "unexpected keyword argument ’ exception if you have a newer version of urllib3 with that breaking change.