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
feat: Add backwards compatibility for StreamableHTTPTransport parameters
Keep constructor parameters (headers, timeout, sse_read_timeout, auth)
for backwards compatibility, but mark them as deprecated and ignore them.
The transport now reads all configuration from the httpx.AsyncClient
passed to request methods. These parameters are kept to avoid breaking
existing code that might instantiate the transport directly.
0 commit comments