We were depending on httpx only for the _urlparse function. I believe urllib is less strict and could let through URLs that miss required fields, we can address these later.
Note that we still have a dev dependency on httpx, this PR only removes the dependency from the core SDK.
We were depending on
httpx
only for the_urlparse
function. I believeurllib
is less strict and could let through URLs that miss required fields, we can address these later.Note that we still have a dev dependency on
httpx
, this PR only removes the dependency from the core SDK.Fixes #112