release: 3.14.0 - #3850
Conversation
Castiron custom code✅ No new custom-code files detected. 43 mixed files remain; 0 existing customizations changed. Compared 43 existing customizations unchanged
3 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 34538972090 --repo openai/openai-python \
--name castiron-custom-code-34538972090-1 --dir /tmp/castiron-custom-code-34538972090-1
git apply --stat /tmp/castiron-custom-code-34538972090-1/custom-code.patch
cat /tmp/castiron-custom-code-34538972090-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin d7c41efee1b0802b79f3f88a678ef2052b06e9ce 14f5bb91a3853f8d81ba43230b9c1ddbfbc67527
python3 scripts/castiron/custom_code_report.py report \
--base d7c41efee1b0802b79f3f88a678ef2052b06e9ce \
--head 14f5bb91a3853f8d81ba43230b9c1ddbfbc67527 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-14f5bb91a385
cat /tmp/castiron-custom-code-14f5bb91a385/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48ca3a1ddb
ℹ️ 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".
| @@ -1,5 +1,12 @@ | |||
| # Changelog | |||
|
|
|||
| ## [3.13.1](https://github.com/openai/openai-python/compare/v3.13.0...v3.13.1) (2026-09-10) | |||
There was a problem hiding this comment.
Include the streaming-delta fix in the release notes
The v3.13.0...v3.13.1 range also contains 7e31f8c (Fix streaming delta merge for duplicate tool call indexes), a user-visible correction that prevents malformed final tool-call arguments, but this release section lists only the README update. Since 3.13.1 will ship that behavioral fix, add it under a Bug Fixes section so affected users can discover that upgrading resolves the issue.
Useful? React with 👍 / 👎.
f6a258c to
8d2c338
Compare
8d2c338 to
14f5bb9
Compare
Automated Release PR
3.14.0 (2026-09-10)
Features
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.