openai OpenAI Python SDK Releases · · 3.12.0

OpenAI Python Library v3.12.0 Adds Live API and Bug Fixes

sdkaigaengineer
feature patch

Version 3.12.0 of the OpenAI Python library introduces a new Live API, enhancing real-time interaction capabilities for developers. This update also includes several bug fixes, such as improving asynchronous stream cleanup and better handling of dictionary and list type annotations. These changes aim to provide a more robust and developer-friendly experience when building applications with OpenAI models. The release addresses specific issues like preserving finalized output on null response completions.

  • Add Live API
  • add aclose() to AsyncStream for standard async cleanup
  • handle bare dict and list annotations without type arguments
  • preserve finalized output on null response completion
Features (1)
Fixes (3)
  • add aclose() to AsyncStream for standard async cleanup
  • handle bare dict and list annotations without type arguments
  • preserve finalized output on null response completion
Read the original announcement →

https://github.com/openai/openai-python/releases/tag/v3.12.0

Related releases