v2.25.0
📦 openai-python-sdkView on GitHub →
✨ 2 features🐛 3 fixes🔧 5 symbols
Summary
This release introduces support for new models and tools, while simultaneously removing the `prompt_cache_key` parameter and the `phase` field from message types, alongside several internal fixes.
Migration Steps
- Remove usage of `prompt_cache_key` parameter from response handling.
- Remove usage of the `phase` field when constructing message types.
✨ New Features
- Added support for gpt-5.4 model, tool search tool, and new computer tool.
- Removed the deprecated `prompt_cache_key` parameter from responses and the `phase` field from message types.
🐛 Bug Fixes
- Fixed internal schema issues.
- Applied manual updates.
- Re-added the `phase` field (Note: This contradicts the feature removal; assuming this fix addresses an inconsistency or temporary state).