Update requests for v2.29 (#10097)

This commit is contained in:
Alex Waygood
2023-04-29 00:44:51 +01:00
committed by GitHub
parent dd7d2121c3
commit 2d84e56d6f
3 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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]

View File

@@ -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