> 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.10.1

**`(feat):`** 为 Python SDK 中每个生成的函数添加 RequestOptions 对象支持

### 变更内容

* 为 Python SDK 中每个生成的函数添加 RequestOptions 对象支持。此参数是一个可选的最终参数，允许配置超时，以及通过请求传递任意数据。RequestOptions 是一个 TypedDict，具有可选字段，因此无需实例化对象，只需在字典中传递相关键即可！