openai OpenAI Python SDK Releases · · 3.16.2

OpenAI Python Library v3.16.2 Fixes Memory Leak in Response Parsing

sdkaigaengineer
patch

OpenAI has released version 3.16.2 of its Python library, addressing a critical bug related to memory leaks during response parsing. This update specifically targets the `TextFormatT` parameterization in the `parse_response` function, which was causing unnecessary memory consumption. Engineers using the library will benefit from improved stability and resource management. This patch ensures more efficient processing of API responses within applications.

Fixes (1)
  • parsing drop TextFormatT parameterization in parse_response to fix memory leak
Read the original announcement →

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

Related releases