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

requests-oauthlib: decoding can be None #13404

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

asottile
Copy link
Contributor

it is passed along to oauthlib where the default there is None

it is passed along to oauthlib where the default there is None
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@yangdanny97
Copy link
Contributor

yangdanny97 commented Jan 18, 2025

This LGTM, here's the corresponding code in oauthlib https://github.com/oauthlib/oauthlib/blob/028c563eb6af65426df45ba4bbfc771974e9594e/oauthlib/oauth1/rfc5849/__init__.py#L99

Unrelated, but the corresponding oauthlib typeshed stubs could use some love lol: https://github.com/python/typeshed/blob/main/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi

@JelleZijlstra JelleZijlstra merged commit c20f05a into python:main Jan 18, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants