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(python-sdk): reduce httpx.Proxy proxies to URLs, keep stream_idle_timeout as no-op
proxy_to_url now accepts httpx.Proxy when it reduces to a plain proxy
URL (auth folded back into the userinfo), matching the envd RPC proxy
narrowing in #1558; extras pyqwest can't express (custom headers,
ssl_context) still raise InvalidArgumentException. Applies to the REST
API, volume content, and template upload transports alike.
Volume.read_file keeps stream_idle_timeout in its signature for
backwards compatibility but ignores it — the transport-wide idle read
timeout bounds stalled streams.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments