release: 3.17.0 - #3904
release: 3.17.0#3904openai-sdks[bot] wants to merge 1 commit into
Conversation
Castiron custom code✅ No new custom-code files detected. 47 mixed files remain; 0 existing customizations changed. Compared 47 existing customizations unchanged
7 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 35467887399 --repo openai/openai-python \
--name castiron-custom-code-35467887399-1 --dir /tmp/castiron-custom-code-35467887399-1
git apply --stat /tmp/castiron-custom-code-35467887399-1/custom-code.patch
cat /tmp/castiron-custom-code-35467887399-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 69a2c1db6feacf32be6693809e7cab1c3b49cad7 6fb5c1e808dfae81eeeed7d2f37f2987dca54062
python3 scripts/castiron/custom_code_report.py report \
--base 69a2c1db6feacf32be6693809e7cab1c3b49cad7 \
--head 6fb5c1e808dfae81eeeed7d2f37f2987dca54062 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-6fb5c1e808df
cat /tmp/castiron-custom-code-6fb5c1e808df/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
619f13a to
47414c7
Compare
47414c7 to
427cc8b
Compare
a472f94 to
c07592d
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c07592d2a7
ℹ️ 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".
|
|
||
| ### Bug Fixes | ||
|
|
||
| * **api:** correct model types and network policy docs ([618bb31](https://github.com/openai/openai-python/commit/618bb312e52c2b62f75f56602b7388e6d023aa33)) |
There was a problem hiding this comment.
Disclose the breaking model-type removal
For users who passed the literal "gpt-5.1-mini" through typed Chat or Responses APIs, upgrading to 3.17.0 now causes type-checking failures because 618bb31 removes that value from the public ChatModel literals. That source commit explicitly marks the removal as an intentional breaking change, but this release note reduces it to an ordinary “correct model types” fix, so affected users receive no actionable upgrade warning. Add a breaking-changes entry that names the removed model choice.
Useful? React with 👍 / 👎.
ec23fed to
c0321e3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c0321e38fb
ℹ️ 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 = "3.16.2" | ||
| version = "3.17.0" |
There was a problem hiding this comment.
Publish the breaking type removal as a major release
This release includes 618bb31, whose fix(api)! commit explicitly declares an intentional breaking change and removes "gpt-5.1-mini" from the public ChatModel literals. Versioning it as 3.17.0 allows constraints such as openai>=3,<4 to install the incompatible API automatically, causing affected typed call sites to fail without opting into a major upgrade. Beyond documenting the removal in the changelog, bump the package, manifest, lockfile, and release heading to 4.0.0, or defer the breaking commit.
Useful? React with 👍 / 👎.
c4a9d43 to
43c2812
Compare
43c2812 to
6fb5c1e
Compare
Automated Release PR
3.17.0 (2026-09-19)
Features
Bug Fixes
Chores
This PR was generated with Release Please. See documentation.