requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
995 stars 183 forks source link

Add typing annotations #279

Open selurvedu opened 4 years ago

selurvedu commented 4 years ago

Requests itself already supports this via typeshed stubs: https://github.com/python/typeshed/tree/master/third_party/2and3/requests

noisy commented 10 months ago

will this be addressed? BTW, link:

https://github.com/python/typeshed/tree/master/third_party/2and3/requests

doesn't work anymore.

jaraco commented 2 weeks ago

I am affected by this issue now that my projects are using mypy in strict mode. The error is:

error: Skipping analyzing "requests_toolbelt": module is installed, but missing library stubs or py.typed marker