Closed GilbertLittle closed 4 years ago
Going forward, since simple-salesforce follows semantic versioning I think it would be a good idea to use a major version range for that dependency in the setup.py.
https://packaging.python.org/discussions/install-requires-vs-requirements/#id5
salesforce-bulk imports the salesforce-simple package for logging in to Salesforce. It uses the SalesforceLogic class. salesforce-simple has been updated to version 1.0.0. This upgrade removes the sandbox parameter from the SalesforceLogin constructor.