Originally opened by @medaminezghal on 2025-08-30 21:27:15 in encode/httpx
I think this line from pyproject.toml should be changed from "httpcore==1.*", to "httpcore>=1.0.8", to make sure that it doesn't give problem when import it.
The import problem has been fixed by this commit in version 1.0.8.
I think
this line from pyproject.tomlshould be changed from"httpcore==1.*",to"httpcore>=1.0.8",to make sure that it doesn't give problem when import it.The import problem has been fixed by
this commitin version1.0.8.