Change8

Migrating to Mistral Client v2.4.3

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

Released: 4/27/2026

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

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

mistral.ocr.processmistral.beta.rag.ingestion_pipeline_configurations.register

Breaking Changes

Issue #1

The 'id' parameter has been removed from the 'mistral.ocr.process()' function call. Users must update calls to remove this argument.

Migration Steps

  1. 1
    Remove the 'id' argument when calling 'mistral.ocr.process()'.

Release Summary

This release removes the 'id' parameter from 'mistral.ocr.process()' and introduces a new registration method for RAG ingestion pipeline configurations.

Need More Details?

View the full release notes and all changes for Mistral Client v2.4.3.

View Full Changelog