speechmatics-python icon indicating copy to clipboard operation
speechmatics-python copied to clipboard

Remove httpx dependency

Open HennerM opened this issue 2 years ago • 0 comments

Describe the bug httpx is pinned to version 0.22, which can cause dependency clashes when installing other packages (such as googletrans), I don't think httpx is needed, we could instead use an async client such as https://docs.aiohttp.org/en/stable/

HennerM avatar Mar 24 '23 18:03 HennerM