The current httpx requirement blocks updating httpx, which then blocks updating more things that use it.
For example, in our project, this package which we need blocks updating httpx which blocks us from updating pytest-httpx which eventually blocks us from updating pytest itself. That blocks us from resolving CVE-2025-71176.
Would it be possible to look at #103 again, and merge a new release?
The current httpx requirement blocks updating httpx, which then blocks updating more things that use it.
For example, in our project, this package which we need blocks updating
httpxwhich blocks us from updatingpytest-httpxwhich eventually blocks us from updatingpytestitself. That blocks us from resolving CVE-2025-71176.Would it be possible to look at #103 again, and merge a new release?