Closed
Description
The 3rd party requests library is too dynamic for static typing, and its maintainers don't care about static typing. (There was previous discussion about this; can someone look up the issue?)
We still have stubs to guide users away from the most egregious issues, but the stubs are too restrictive. Maybe we should be satisfied with all methods and functions being(*args: Any, **kwds: Any) -> Any
?