urllib3: add "__version__" (#6890)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
AChenQ
2022-01-11 11:33:30 +08:00
committed by GitHub
parent 7191d12e24
commit d0907f1073

View File

@@ -5,6 +5,7 @@ from . import connectionpool, filepost, poolmanager, response
from .util import request as _request, retry, timeout, url
__license__: Any
__version__: str
HTTPConnectionPool = connectionpool.HTTPConnectionPool
HTTPSConnectionPool = connectionpool.HTTPSConnectionPool