v2.32.0
📦 openai-python-sdkView on GitHub →
✨ 5 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces significant enhancements to websocket handling, including event handling and reconnection support, alongside API updates for InputFileContent and OAuth error codes.
✨ New Features
- Added detail to InputFileContent in the API.
- Added OAuthErrorCode type to the API.
- Implemented event handler for websockets in the client.
- Allowed enqueuing to websockets even when not connected.
- Added support for reconnection in websockets.
🐛 Bug Fixes
- Ensured file data is only sent as 1 parameter.