Change8
Error1 reports

Fix SDKError

in Mistral Client

Solution

The "SDKError" in mistral-client often arises when the error object, potentially containing unhashable types like lists or dictionaries, is used as a key in a dictionary or in a set which requires hashable objects. To fix this, either convert the relevant parts of the error object into hashable types (e.g., tuples instead of lists) or, if the error object itself is being used as a key, extract a unique hashable identifier (like an error code or message string) to use as the key instead. Ensure the corrected code handles potential collisions if using a simple identifier as a key.

Related Issues

Real GitHub issues where developers encountered this error:

Timeline

First reported:Sep 5, 2025
Last reported:Sep 5, 2025

Need More Help?

View the full changelog and migration guides for Mistral Client

View Mistral Client Changelog