Yesterday's update to anyio
breaks startlette
#2261
-
Yesterday Apparently, the latest I haven't looked deep enough into it but I suppose it's reasonable that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Issue created for it: #2262. Thanks for reporting it. |
Beta Was this translation helpful? Give feedback.
-
You say "breaks starlette" but offer no proof. I personally tested AnyIO 4 against starlette's test suite before making the release, and apart from one line coverage miss, everything worked fine. Why do you claim that AnyIO no longer has |
Beta Was this translation helpful? Give feedback.
You say "breaks starlette" but offer no proof. I personally tested AnyIO 4 against starlette's test suite before making the release, and apart from one line coverage miss, everything worked fine.
Why do you claim that AnyIO no longer has
start_blocking_portal
? Sure, you have to import it fromanyio.from_thread
now, just like the test client code you linked to does!