v1.92.0
📦 openai-python-sdkView on GitHub →
✨ 2 features🐛 1 fixes🔧 4 symbols
Summary
This release introduces support for webhooks and deep research, while promoting the 'stream' and 'parse' client methods from beta to stable.
Migration Steps
- Update code referencing beta 'stream' and 'parse' methods to use the stable client versions.
✨ New Features
- api: Added support for webhooks and deep research.
- client: Moved 'stream' and 'parse' methods out of beta into the stable client.
🐛 Bug Fixes
- ci: Fixed release-doctor to report the correct token name.
🔧 Affected Symbols
client.beta.chat.completions.streamclient.beta.chat.completions.parseclient.chat.completions.streamclient.chat.completions.parse