typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

[oauthlib] Fix type on body argument of oauthlib.oauth1.Client.sign()

Open liffiton opened this issue 8 months ago • 1 comments

From the function docstring: "The body argument may be a dict, a list of 2-tuples, or a formencoded string."

liffiton avatar Jun 17 '25 14:06 liffiton

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

github-actions[bot] avatar Jun 17 '25 14:06 github-actions[bot]

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

github-actions[bot] avatar Jun 20 '25 04:06 github-actions[bot]