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
Accept tuple for request_timeout_seconds to match requests API
The timeout parameter now accepts either a float (applied to both connect
and read timeouts) or a (connect, read) tuple, matching the requests
library's timeout interface. Updated docstrings to reference requests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments