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) ›
- examples bump module_client.py to gpt-5.6
- remove unused fine-tuning data validators
- clarify async client cleanup
- clarify filenames for in-memory file uploads
- client correct retry jitter comment
- fix Realtime docstring wording
- fix reusing wording in Azure client docstrings
- fix streaming comment typo
- fix vector store polling helper paths
- readme correct SSE terminology
- update Responses API reference link
- utils correct query component RFC reference
Read the original announcement →
https://github.com/openai/openai-python/releases/tag/v3.14.1
Related releases
- OpenAI Python Library v3.14.0 Enhances Streaming Error Handling and Fixes Bugs OpenAI Python SDK Releases ·
- How Fyxer Built a Trusted AI Executive Assistant with OpenAI OpenAI News ·
- OpenAI model gpt-5.4-cyber reaches end of life in 19 days endoflife.date ·
- OpenAI model o3-pro-2025-06-10 reaches end of life in 90 days endoflife.date ·
- OpenAI model o3-2025-04-16 reaches end of life in 90 days endoflife.date ·
- OpenAI model gpt-5-pro-2025-10-06 reaches end of life in 90 days endoflife.date ·