Skip to content

v1.1.1: OpenAI 2.x Compatibility Fix

Choose a tag to compare

@graiz graiz released this 25 Oct 17:30
· 2 commits to main since this release

What's Fixed in v1.1.1

Critical Dependency Fix

  • 🔧 Added openai>=2.0.0 requirement 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