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

## 2.1.0

**`(feat):`** 添加对游标和偏移分页（"自动分页"）的支持。

## 2.0.1

**`(fix):`** Python 生成器现在只排除不是必需的未设置字段。

### 已修复的问题

* Python 生成器以前在 pydantic 模型上使用 `exclude_unset`，但这会删除默认值。此更改将其更新为仅排除不是必需的 none 字段。