1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

Drop python 3.8 support

This commit is contained in:
Jair Henrique
2023-07-07 10:32:05 -03:00
parent c6a7f4ae15
commit ab8944d3ca
6 changed files with 8 additions and 14 deletions

View File

@@ -4,8 +4,9 @@ import asyncio
import functools
import json
import logging
from collections.abc import Mapping
from http.cookies import CookieError, Morsel, SimpleCookie
from typing import Mapping, Union
from typing import Union
from aiohttp import ClientConnectionError, ClientResponse, CookieJar, RequestInfo, hdrs, streams
from aiohttp.helpers import strip_auth_from_url