heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Need a new version which includes the simple-salesforce version bump fixes #87

Closed sumanth232 closed 4 years ago

sumanth232 commented 4 years ago

The current version v2.1.0 is unusable due to its unpinned dependancy (simple-salesforce>0.69). 'pip install salesforce-bulk' downloads the latest version of simple-salesforce (1.10.1) which is not compatible with v2.1.0

A new release is needed to include the fixes made in https://github.com/heroku/salesforce-bulk/pull/86

lambacck commented 4 years ago

Yes a new release needs to be made but you don't have to wait for me to release it to use the new version. run pip install https://github.com/heroku/salesforce-bulk/archive/f5db48284fed4e516e69cccdc991df57dd00a6c8.zip#egg=salesforce-bulk==2.2.0rc1" to get it installed or add https://github.com/heroku/salesforce-bulk/archive/f5db48284fed4e516e69cccdc991df57dd00a6c8.zip#egg=salesforce-bulk==2.2.0rc1 to your requirements.txt file.

sumanth232 commented 4 years ago

This worked. Thanks 😊