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

## 4.57.3

**`(fix):`** 通过在令牌为 `None` 时抛出 `RuntimeError` 来处理 OAuth 令牌提供者中的可选访问令牌。修复 wire 测试设置，对 OAuth 客户端凭据使用 `client_id`/`client_secret`，并在测试令牌端点时期望 2 个请求。

## 4.57.2

**`(fix):`** 修复基于路径的分页，在生成的 HTTP 客户端请求调用中将下一页路径作为 `path=` 而不是 `url=` 传递。