You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6
* chore: align pyproject.toml and uv.lock to version 2.4.7
* fix: use is_error_status_code callable in workflow helper
The regenerated SDK changed BaseSDK.do_request_async signature from
error_status_codes (List[str]) to is_error_status_code (Callable[[int], bool]).
Update the workflow helper to use the new callable form.
---------
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
*[upload](docs/sdks/documents/README.md#upload) - Upload a new document.
564
571
*[get](docs/sdks/documents/README.md#get) - Retrieve the metadata of a specific document.
565
572
*[update](docs/sdks/documents/README.md#update) - Update the metadata of a specific document.
573
+
*[~~libraries_documents_update_v1~~](docs/sdks/documents/README.md#libraries_documents_update_v1) - Update the metadata of a specific document. :warning:**Deprecated**
566
574
*[delete](docs/sdks/documents/README.md#delete) - Delete a document.
567
575
*[text_content](docs/sdks/documents/README.md#text_content) - Retrieve the text content of a specific document.
568
576
*[status](docs/sdks/documents/README.md#status) - Retrieve the processing status of a specific document.
**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
961
-
*[`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 116 of 183 methods.*
962
-
*[`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 41 of 183 methods.*
978
+
*[`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 130 of 197 methods.*
979
+
*[`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 41 of 197 methods.*
963
980
*[`ResponseValidationError`](./src/mistralai/client/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
0 commit comments