mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Update requests for v2.29 (#10097)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Re-exports from urllib3 (should be fixed in those stubs, not here)
|
||||
requests.adapters.HTTPResponse.DECODER_ERROR_CLASSES
|
||||
requests.adapters.PoolManager.connection_from_context
|
||||
requests.adapters.PoolManager.connection_from_host
|
||||
requests.adapters.PoolManager.connection_from_pool_key
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version = "2.28.*"
|
||||
version = "2.29.*"
|
||||
requires = ["types-urllib3<1.27"] # keep in sync with requests's setup.py
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -10,7 +10,6 @@ from urllib3.exceptions import (
|
||||
ResponseError as ResponseError,
|
||||
)
|
||||
from urllib3.poolmanager import PoolManager as PoolManager, proxy_from_url as proxy_from_url
|
||||
from urllib3.response import HTTPResponse as HTTPResponse
|
||||
from urllib3.util.retry import Retry as Retry
|
||||
|
||||
from .cookies import extract_cookies_to_jar as extract_cookies_to_jar
|
||||
|
||||
Reference in New Issue
Block a user