Bump httpx 0.21.2 from to 0.24.1

This commit is contained in:
Alexandre Flament 2023-08-12 14:57:00 +00:00 committed by mrpaulblack
parent d52919cc3e
commit b4e4cfc026
3 changed files with 12 additions and 4 deletions

View file

@ -180,7 +180,15 @@ def get_loop():
def init():
# log
for logger_name in ('hpack.hpack', 'hpack.table', 'httpx._client'):
for logger_name in (
'httpx',
'httpcore.proxy',
'httpcore.connection',
'httpcore.http11',
'httpcore.http2',
'hpack.hpack',
'hpack.table',
):
logging.getLogger(logger_name).setLevel(logging.WARNING)
# loop