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

**`(fix):`** 在函数调用中从列表转换为序列

### 修复内容

* 在函数调用中从列表转换为序列，这是因为 mypy 处理类型变异方式导致的修复。此修复仅适用于函数调用，因为测试显示我们在 pydantic 对象上的 list\[union\[\*]] 字段中不会在 mypy 中遇到相同的问题。

### 变更内容

* 改进：Python SDK 生成器现在默认为 `require_optional_fields = False`。这意味着任何具有可选字段的请求不再要求用户输入数据（或 `None` 值）。