openai OpenAI Python SDK Releases · · 3.9.0

OpenAI Python SDK v3.9.0 Adds Prompt Cache Diagnostics and API Fixes

sdkaigaengineer
feature patch

OpenAI has released version 3.9.0 of its Python SDK, introducing new features and important bug fixes. This update includes prompt cache diagnostics to help developers debug and optimize their AI applications. It also corrects function argument completion event fields for more accurate API interactions. Additionally, the release enhances SDK robustness by accepting incomplete web search call statuses and preventing overflowing server retry delays.

  • Add prompt cache diagnostics
  • correct function argument completion event fields (openapi-545)
  • accept incomplete web search call statuses
  • refuse overflowing server retry delays
  • document throttling and model overload responses — SDK-235
Features (2)
  • api Add prompt cache diagnostics
  • api correct function argument completion event fields (openapi-545)
Fixes (2)
Maintenance (2)
Read the original announcement →

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

Related releases