spotify / luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache License 2.0
17.71k stars 2.39k forks source link

Update dropbox.py for compatibility with Dropbox SDK v11.X.X #3259

Closed smrohrer closed 10 months ago

smrohrer commented 10 months ago

dropbox.dropbox has been renamed to dropbox.dropbox_client

https://github.com/dropbox/dropbox-sdk-python/blob/main/UPGRADING.md

smrohrer commented 10 months ago

Thank you for the quick response! The tests are passing for me locally with tox -e py37-dropbox