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.

Hello, I would like to report that I tried installing the frameioclient Python SDK today and I ran into this same issue. Seems like either the urllib3 python package needs to be pinned to an earlier version, or the SDK needs to be updated to accommodate this naming change.

same issue, is it possible to assign an employee to fix this? Or integrate with Rclone. You have a nice app, but it’s worthless if I can’t upload stuff :slight_smile:

If you use the pre-release version 2.0.1a5, the problem is addressed!

(I should really get a non pre-release version of this out there)