release: 2.47.0#3513
Conversation
3ff9590 to
f445f34
Compare
…t in workflow templates
f445f34 to
710c1d2
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 710c1d2035
ℹ️ 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".
| [project] | ||
| name = "openai" | ||
| version = "2.46.0" | ||
| version = "2.47.0" |
There was a problem hiding this comment.
Update uv.lock for the release version
Changing the project version here also changes the local package metadata that uv locks. In this commit, uv.lock still records the editable openai package as version = "2.46.0" while pyproject.toml and _version.py now say 2.47.0; I verified with a minimal uv project that a version-only pyproject change makes uv lock --check report that the lockfile needs updating. Anyone using the committed uv.lock or a locked uv sync will hit a stale-lock failure or get a dirty regenerated lockfile until the lock is updated.
Useful? React with 👍 / 👎.
Automated Release PR
2.47.0 (2026-07-17)
Full Changelog: v2.46.0...v2.47.0
Features
Bug Fixes
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