News
openai/openai-python v2.52.0
1 min read
Source: OpenAI Python Releases
## 2.52.0 (2026-07-31) Full Changelog: [v2.51.0...v2.52.0](https://github.com/openai/openai-python/compare/v2.51.0...v2.52.0) ### Features * **api:** content provenance checks ([1d6c118](https://github.com/openai/openai-python/commit/1d6c1180f8eaa71bfd45cae67360987b2bea3656)) ### Bug Fixes * **client:** honor Retry-After delays up to two minutes ([#3555](https://github.com/openai/openai-python/issues/3555)) ([7fa7946](https://github.com/openai/openai-python/commit/7fa7946485b5ecbadd0ebf8624c574e2c9e3370c)) ### Documentation * add API-key mTLS HTTP client recipes ([#3552](https://github.com/ope