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.