v1.104.0
📦 openai-python-sdkView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release focuses on internal type safety improvements by replacing List[str] with SequenceNotStr in various parameter definitions.
✨ New Features
- Replaced List[str] with SequenceNotStr in parameter types to improve type safety and prevent accidental string iteration.
🐛 Bug Fixes
- Updated additional type definitions to consistently use SequenceNotStr across the library.
🔧 Affected Symbols
SequenceNotStr