v1.1.1: OpenAI 2.x Compatibility Fix
What's Fixed in v1.1.1
Critical Dependency Fix
- 🔧 Added
openai>=2.0.0requirement to setup.py - 🔧 Fixed
'OpenAI' object has no attribute 'responses'error - 🔧 Improved error messages to identify version compatibility issues
Problem Solved
Users installing cbot-command were getting openai 1.x by default, which doesn't support the Responses API used by cbot. This release ensures openai 2.x+ is automatically installed.
Install
pip install cbot-command