Skip to content

Add types-requests

Edgar R. Mondragón requested to merge add-requests-typing-stubs into main

Installs types-requests.

This is a PEP 561 type stub package for the requests package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses requests. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/requests. All fixes for types and metadata should be contributed there.

Edited by Edgar R. Mondragón

Merge request reports