Change8

Migrating to Cohere Client 7.0.0

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

Released: 5/22/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

The minimum required Python version has been raised from ^3.8 to ^3.10. Users on Python 3.8 or 3.9 must upgrade their Python environment to 3.10 or higher to use this version.

Migration Steps

  1. 1
    Upgrade your Python environment to version 3.10 or newer.

Release Summary

This release introduces a major version bump primarily due to raising the minimum required Python version to 3.10.

Need More Details?

View the full release notes and all changes for Cohere Client 7.0.0.

View Full Changelog