Change8

v1.68.2

Breaking Changes
📦 openai-python-sdk
1 breaking🔧 2 symbols

Summary

This release performs a refactor to rename the 'audio' package extra to 'voice_helpers'.

⚠️ Breaking Changes

  • The 'audio' package extra has been renamed to 'voice_helpers'. Users installing via 'pip install openai[audio]' must now use 'pip install openai[voice_helpers]'.

Migration Steps

  1. Update your dependency files (e.g., requirements.txt, pyproject.toml) to replace the 'audio' extra with 'voice_helpers'.

🔧 Affected Symbols

openai[audio]openai[voice_helpers]