Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oauthlib deprication warning on Ubuntu 20.04 #310

Closed
gijzelaerr opened this issue Dec 5, 2020 · 2 comments
Closed

oauthlib deprication warning on Ubuntu 20.04 #310

gijzelaerr opened this issue Dec 5, 2020 · 2 comments

Comments

@gijzelaerr
Copy link
Collaborator

tests/test_oauth.py::TestOauth::test_get_oauth
  /usr/lib/python3/dist-packages/oauthlib/oauth2/rfc6749/clients/base.py:479: DeprecationWarning: Please switch to the public method populate_token_attributes.
@gijzelaerr gijzelaerr added the bug label Dec 5, 2020
@gijzelaerr gijzelaerr added this to the 2.1.0 milestone Dec 5, 2020
@alvra
Copy link
Collaborator

alvra commented May 14, 2021

The issue here is with how requests-oauthlib uses oauthlib, which has already been solved there: requests/requests-oauthlib#334. Using version 1.1 doesn't give this warning.
I don't know what we can do on our side other than using newer version of requests-oauthlib.

@gijzelaerr
Copy link
Collaborator Author

ok fine, then we just leave it as it is! perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants