Change8

Migrating to OpenAI Python SDK v2.26.0

Version v2.26.0 introduces 1 breaking change. This guide details how to update your code.

Released: 3/5/2026

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

ComputerToolcomputer_use_previewComputerUsePreview

Breaking Changes

Issue #1

The 'computer_use_preview' tool has been moved to 'ComputerUsePreview'. Code relying on the old name will fail.

Migration Steps

  1. 1
    Update references from 'computer_use_preview' tool to 'ComputerUsePreview'.

Release Summary

This release updates the GA ComputerTool to use the ComputerTool class and moves the 'computer_use_preview' tool to 'ComputerUsePreview'.

Need More Details?

View the full release notes and all changes for OpenAI Python SDK v2.26.0.

View Full Changelog