Change8

v1.83.0

📦 openai-python-sdk
2 features🐛 2 fixes2 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

  1. Review usage of Assistants API and prepare for future removal.
  2. 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.