release: 2.45.0#3478
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fe7f76a063
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| def responses(self) -> ResponsesWithRawResponse: | ||
| return ResponsesWithRawResponse(self._beta.responses) |
There was a problem hiding this comment.
Expose the beta responses resource on Beta
This new wrapper can't be reached because Beta/AsyncBeta never define a responses cached property (and this module also never imports the Responses* wrapper classes). The newly documented/tested client.beta.responses.* calls therefore raise AttributeError, while client.beta.with_raw_response.responses hits this line and raises before making a request. Add the sync/async responses properties and imports alongside the other beta resources.
Useful? React with 👍 / 👎.
fe7f76a to
0c454d7
Compare
|
🤖 Release is at https://github.com/openai/openai-python/releases/tag/v2.45.0 🌻 |
Automated Release PR
2.45.0 (2026-07-09)
Full Changelog: v2.44.0...v2.45.0
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions