You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
This library is broken with Requests v1.0+. request.session() doesn't accept kwargs anymore. It looks as though you may need to replace your oauth lib wholesale.
Planning to use Requests-OAuthlib in the next version. Currently requiring old version of Requests until the next version of requests-oauthlib is released with this fix in PyPI:
@robkwok@justinabrahms Updated to Requests v1.1.0 and using requests-oauthlib now. Please, confirm if this works for you now. Release version is 0.0.19.
This library is broken with Requests v1.0+. request.session() doesn't accept kwargs anymore. It looks as though you may need to replace your oauth lib wholesale.
For more info: maraujop/requests-oauth#42
The text was updated successfully, but these errors were encountered: