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
..\build_venv\Lib\site-packages\ewoksserver\tests\conftest.py:8: in <module>
from fastapi.testclient import TestClient
..\build_venv\Lib\site-packages\fastapi\testclient.py:1: in <module>
from starlette.testclient import TestClient as TestClient # noqa
..\build_venv\Lib\site-packages\starlette\testclient.py:191: in <module>
class _TestClientTransport(httpx.BaseTransport):
E AttributeError: module 'httpx' has no attribute 'BaseTransport'. Did you mean: 'Transport'?
# this was ok
< httpcore 1.0.9
< httpx 0.28.1
# this breaks the API
> httpx 1.0.dev1