skillfed

types-urllib3

Typing stubs for urllib3

types-urllib3 Permissive license Apache-2.0 license Active 5,108 v1.26.25.14 released

Install

types-urllib3 on PyPI

pip

pip install types-urllib3

uv

uv add types-urllib3

poetry

poetry add types-urllib3

Package facts

License Apache-2.0 license (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 1,120 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: types_urllib3-1.26.25.14-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Typing :: Stubs Only

About types-urllib3

from the package's own PyPI description — quoted content, verbatim

Typing stubs for urllib3

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

Note: The urllib3 package includes type annotations or type stubs since version 2.0.0. Please uninstall the types-urllib3 package if you use this or a newer version.

This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them.

See https://github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit afe18e95a9592434e93b648de5194cfe54443f84 and was tested with mypy 1.4.1, pyright 1.1.318, and pytype 2023.6.16.

Read as markdown · JSON record · Source repository · Homepage

Similar packages