> 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):`** Generate CI workflow Python versions and PyPI trove classifiers dynamically based on the `pyproject_python_version` constraint. ## 4.54.1 **`(fix):`** Switch from `poetry install` to `poetry lock` after SDK generation. This performs dependency resolution and saves the lockfile without installing packages, which avoids failures when transitive dependencies require custom build tools. ## 4.54.0 **`(feat):`** Add `status_code` property to `HttpResponse` and `AsyncHttpResponse` classes. This allows users to access the HTTP status code when using `with_raw_response`.