speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Remove httpx dependency #58

Open HennerM opened 1 year ago

HennerM commented 1 year ago

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/