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
File "/home/grigi/work/magneto/.pyenv/lib64/python3.11/site-packages/starlette_testclient/_testclient.py", line 450, in _portal_factory
with anyio.start_blocking_portal(**self.async_backend) as portal:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'anyio' has no attribute 'start_blocking_portal'
Downgrading to anyio<4 resolves the issue.
The text was updated successfully, but these errors were encountered:
Using
anyio>=4.0.0
breaks:Downgrading to
anyio<4
resolves the issue.The text was updated successfully, but these errors were encountered: