v1.83.0
📦 openai-python-sdk
✨ 2 features🐛 2 fixes⚡ 2 deprecations🔧 4 symbols
Summary
This release introduces a new follow_redirects option and binary content support for container files, while deprecating the Assistants API and fixing code interpreter interfaces.
Migration Steps
- Review usage of Assistants API and prepare for future removal.
- Update code interpreter and evals implementations if experiencing interface mismatches.
✨ New Features
- Added follow_redirects request option to the client.
- Updated API configuration for pakrym-stream-param.
🐛 Bug Fixes
- Fixed interfaces for evals and code interpreter.
- Fixed 'get /containers/{container_id}/files/{file_id}/content' to correctly return binary content.
🔧 Affected Symbols
OpenAIbeta.assistantsfollow_redirectscontainers.files.content⚡ Deprecations
- The Assistants API has been marked as deprecated.
- Specific internal API methods have been marked as deprecated.