requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Switch to the public method populate_token_attributes

Open aparamon opened this issue 7 years ago • 1 comments

Latest OAuthLib says: DeprecationWarning: Please switch to the public method populate_token_attributes. It is proposed to obey and switch from _populate_attributes() to populate_token_attributes() call.

aparamon avatar Oct 17 '18 05:10 aparamon

I think this is fixed in master. Would be nice to get a point release for it, as ends up logging lots of warnings in our functional test suites.

https://github.com/requests/requests-oauthlib/commit/0af697cb7e2a9e6c830fe78c7c3a70eca636ea95

indyana avatar Oct 19 '18 14:10 indyana