types-requests2.32.4.20250809
Published
Typing stubs for requests
pip install types-requests
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
Typing stubs for requests
This is a PEP 561 type stub package for
the requests
package. It can be used by type checkers
to check code that uses requests
. This version of
types-requests
aims to provide accurate annotations for
requests~=2.32.4
.
Note: types-requests
has required urllib3>=2
since v2.31.0.7. If you need to install types-requests
into an environment that must also have urllib3<2
installed into it, you will have to use types-requests<2.31.0.7
.
This package is part of the typeshed project.
All fixes for types and metadata should be contributed there.
See the README
for more details. The source for this package can be found in the
stubs/requests
directory.
This package was tested with the following type checkers:
It was generated from typeshed commit
91ba0da4aad754c912a82b9e052cb4f8191ce520
.