| ▲ | JimDabell a day ago | |
Requests has been dead for over a decade. It doesn’t support HTTP/2, it doesn’t support HTTP/3, it doesn’t support async, and they ignore security vulnerabilities for months. Nobody should use requests. If you are still using it, the quickest way to get off it is to switch to niquests, which is actively developed, supports all the things I mentioned above, and API-compatible with requests - you can just do `import niquests as requests` for an instant upgrade. | ||
| ▲ | KaiserPro a day ago | parent [-] | |
Aha, this is the context I was missing thanks! | ||