openai OpenAI Python SDK Releases · · 3.14.0

OpenAI Python Library v3.14.0 Enhances Streaming Error Handling and Fixes Bugs

sdkaigaengineermedia
feature patch

OpenAI has released version 3.14.0 of its Python client library, introducing normalized error handling for streaming operations to improve reliability. This update also addresses several bug fixes, including bounding vector store file polling and normalizing API error codes. These changes aim to enhance the stability and developer experience for applications integrating with OpenAI's services via the Python SDK.

  • normalize errors raised while reading streams
  • bound vector store file polling
  • refresh realtime push_to_talk_app session types
  • normalize PathLike upload tuples
  • include completion in content filter errors
Features (1)
  • streaming normalize errors raised while reading streams
Fixes (8)
Maintenance (1)
Read the original announcement →

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

Related releases