quandl / quandl-python

MIT License
1.37k stars 336 forks source link

need support for requests >= 2.18 #98

Closed clifton closed 6 years ago

clifton commented 6 years ago

We're trying to use google-cloud-python to pull data from GCS, but requests < 2.18 causes an error.

https://github.com/GoogleCloudPlatform/google-cloud-python/issues/3736#issuecomment-322271190

A-Scott-Rowe commented 6 years ago

Hi @clifton

In the past we experienced issues with requests >= 2.18 with older versions of Python. We will investigate using the latest version.

clifton commented 6 years ago

@A-Scott-Rowe, does "older versions" include latest 2.7? Thanks for the help!

A-Scott-Rowe commented 6 years ago

We tested the plugin with the latest version of requests and it appears to work fine. We've updated the plugin so that there is no upper bound on the requests version.

I'll close this issue for now but if you have any other problems please don't hesitate to open another issue.