solana-py icon indicating copy to clipboard operation
solana-py copied to clipboard

Replace requests library with httpx

Open kevinheavey opened this issue 2 years ago • 0 comments

We already depend on httpx for async stuff, but httpx also covers synchronous requests. Hence we should replace all usage of requests with httpx to make the dependency tree smaller.

kevinheavey avatar Oct 12 '22 22:10 kevinheavey