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.
sse_read_timeout
timedelta
1 parent 4e3769a commit ebb536fCopy full SHA for ebb536f
pydantic_ai_slim/pydantic_ai/mcp.py
@@ -373,7 +373,7 @@ async def client_streams(
373
url=self.url,
374
headers=self.headers,
375
timeout=timedelta(seconds=self.timeout),
376
- sse_read_timeout=timedelta(self.sse_read_timeout),
+ sse_read_timeout=timedelta(seconds=self.sse_read_timeout),
377
) as (read_stream, write_stream, _):
378
yield read_stream, write_stream
379
0 commit comments