mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/requests/2.32.1 Homepage: https://requests.readthedocs.io Repository: https://github.com/psf/requests Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/requests Diff: https://github.com/psf/requests/compare/v2.31.0...v2.32.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 486. - Total lines of Python code deleted: 131.
14 lines
471 B
TOML
14 lines
471 B
TOML
version = "2.32.*"
|
|
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"]
|