openai OpenAI Python SDK Releases · · 3.14.1

OpenAI Python Library v3.14.1 Released with Bug Fixes and Documentation Updates

sdkaiengineermedia
patch

OpenAI has rolled out version 3.14.1 of its Python library, focusing on client-side robustness and developer experience. This patch release addresses several bugs, including improved validation of retry limits and better preservation of application errors. It also includes various fixes for examples and clarifications in the documentation, benefiting developers using the library to interact with OpenAI's models.

  • validate retry limits and preserve application errors
  • correct typo "th" to "the" in StreamAlreadyConsumed error message
  • correct Azure endpoint hostname
  • refresh chat streaming examples
  • split push-to-talk shebang arguments
Fixes (8)
  • client validate retry limits and preserve application errors
  • correct typo "th" to "the" in StreamAlreadyConsumed error message
  • examples correct Azure endpoint hostname
  • examples refresh chat streaming examples
  • examples split push-to-talk shebang arguments
  • examples use uv in remaining Python launchers
  • log only metadata for Live WebSocket diagnostics
  • responses skip structured parsing for commentary
Maintenance (12)
Read the original announcement →

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

Related releases