You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.