types-requests2.32.4.20250913
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 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
59c36c8bf960b1b7609af5eee3b17ecde6c48864
.