forcedotcom / SalesforcePy

An absurdly simple package for making Salesforce Rest API calls.
BSD 3-Clause "New" or "Revised" License
106 stars 42 forks source link

Unpin requests from setup.install_requires #53

Closed gdmachado closed 3 years ago

gdmachado commented 4 years ago

requests==2.20.0 is really outdated by now (2018-11-08), and the explicit pin in setup.py is starting to cause conflicts with other libraries that use more recent versions/also dropped Python 3.4 support.

this change would remove support for Python 3.4, but that has already been removed in https://github.com/forcedotcom/SalesforcePy/pull/45.

salesforce-cla[bot] commented 4 years ago

Thanks for the contribution! Before we can merge this, we need @gdmachado to sign the Salesforce.com Contributor License Agreement.

caffalaughrey commented 3 years ago

Fixed in #55.