sqlalchemy-media
sqlalchemy-media copied to clipboard
Replace requests with httpx
Hi! I want to add async APIs to the library. The first step is to move to httpx which is resembled in this PR. Also, I want to make sure, the changes are good from conceptual and practical perspectives. If we are good at this step, the next PR will contain the changes related to API itself.
BTW, I have also made some changes to requests-aws4auth#55 to add httpx support.
Max,
Could you please describe the problem this PR going to fix it?:
Max,
Could you please describe the problem this PR going to fix it?:
As httpx have sync and async APIs, it will be much easier to add async API to the library and keep sync API as well.