Replies: 3 comments 2 replies
-
Hello, sorry for late response. The library was first built on top of requests, so therefore making hazardous changes would take us lots of time, and as a result, we had to choose: either rewriting everything from scratch using a library that supports both sync and async or just write the async version using aiohttp, and making aiohttp optional. So I sticked to the second option, knowing most users use sync version so that I had to be careful with my decisions. |
Beta Was this translation helpful? Give feedback.
-
@coder2020official See neither need nor reason to make any fundamental changes. |
Beta Was this translation helpful? Give feedback.
-
use less packages (and perf improvements?)
Beta Was this translation helpful? Give feedback.
All reactions