We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ec0c2 commit 06ad9d2Copy full SHA for 06ad9d2
pydantic_ai_slim/pydantic_ai/mcp.py
@@ -388,10 +388,7 @@ def _transport_client(
388
async def client_streams(
389
self,
390
) -> AsyncIterator[
391
- tuple[
392
- MemoryObjectReceiveStream[SessionMessage | Exception],
393
- MemoryObjectSendStream[SessionMessage],
394
- ]
+ tuple[MemoryObjectReceiveStream[SessionMessage | Exception], MemoryObjectSendStream[SessionMessage]]
395
]: # pragma: no cover
396
if self.http_client and self.headers:
397
raise ValueError('`http_client` is mutually exclusive with `headers`.')
0 commit comments