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

**`(fix):`** 根据 `pyproject_python_version` 约束动态生成 CI 工作流 Python 版本和 PyPI trove 分类器。

## 4.54.1

**`(fix):`** 在 SDK 生成后从 `poetry install` 切换到 `poetry lock`。这执行依赖项解析并保存锁定文件而不安装包，避免传递依赖项需要自定义构建工具时的失败。

## 4.54.0

**`(feat):`** 为 `HttpResponse` 和 `AsyncHttpResponse` 类添加 `status_code` 属性。这允许用户在使用 `with_raw_response` 时访问 HTTP 状态码。