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
Annotate stdio_client's return type with TransportStreams
stdio_client now carries the same AsyncGenerator[TransportStreams, None]
annotation as streamable_http_client, so it formally satisfies the
Transport protocol instead of leaking anyio's concrete memory-stream
types. Also adds the missing -> None on FallbackProcess.__init__ and
retypes the test helper to the ReadStream protocol.
0 commit comments