You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpx dropped support for url as tuple[bytes, bytes, Optional[int], bytes], which breaks def to_httpx_request(cls, **kwargs): as well as some of the Pattern logic.
The text was updated successfully, but these errors were encountered:
encode/httpx#2241
httpx
dropped support for url astuple[bytes, bytes, Optional[int], bytes]
, which breaksdef to_httpx_request(cls, **kwargs):
as well as some of thePattern
logic.The text was updated successfully, but these errors were encountered: