> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.12.5

**`(fix):`** Python SDK 使用提供给顶层客户端的超时作为每个请求的默认值

### 已修复的问题

* Python SDK 使用提供给顶层客户端的超时作为每个请求的默认值，之前如果 RequestOptions 中没有超时覆盖，我们会默认为 60 秒，即使在客户端级别提供了超时。