|
|
|
|
|
by nateb2022
107 days ago
|
|
This is yet another of several reasons why we've switched from httpx to pyreqwest[0]. Not only is httpx an actual supply chain risk now, but also it shows an unwillingness to fix outstanding bugs and issues, which is problematic in a project that has been adopted by so many users. For those migrating, pyreqwest provides a completely httpx-compatible wrapper.[1] [0]: https://github.com/MarkusSintonen/pyreqwest
[1]: https://github.com/MarkusSintonen/pyreqwest/tree/main/python/pyreqwest/compatibility/httpx
|
|