Files
typeshed/stubs/requests/METADATA.toml
T
2025-06-10 07:38:27 +01:00

14 lines
473 B
TOML

version = "~=2.32.4"
upstream_repository = "https://github.com/psf/requests"
# requires a version of urllib3 with a py.typed file
requires = ["urllib3>=2"]
extra_description = """\
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`.\
"""
[tool.stubtest]
extras = ["socks"]