Skip to content

Commit 7ebe84b

Browse files
maiengineeringspeakeasybotactions-user
authored
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy-sdk-regen-25492313905] 2.4.5 (mistralai#518)
* ## Python SDK Changes: * `mistral.workflows.executions.stream()`: `response.[].data.data.union(CustomTaskInProgressResponse).attributes.payload` **Changed** (Breaking ⚠️) * `mistral.workflows.events.get_stream_events()`: `response.[].data.data` **Changed** (Breaking ⚠️) * `mistral.workflows.events.get_workflow_events()`: `response.events[]` **Changed** (Breaking ⚠️) * `mistral.events.get_stream_events()`: `response.[].data.data.union(CustomTaskInProgressResponse).attributes.payload` **Changed** (Breaking ⚠️) * `mistral.events.get_workflow_events()`: `response.events[]` **Changed** (Breaking ⚠️) * `mistral.beta.connectors.get_authentication_methods()`: `response.[].has_default_credentials` **Added** * chore: align pyproject.toml and uv.lock to version 2.4.5 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: GitHub Action <action@github.com>
1 parent 99fb677 commit 7ebe84b

34 files changed

Lines changed: 394 additions & 202 deletions

.speakeasy/gen.lock

Lines changed: 79 additions & 60 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generation:
3232
generateNewTests: false
3333
skipResponseBodyAssertions: false
3434
python:
35-
version: 2.4.4
35+
version: 2.4.5
3636
additionalDependencies:
3737
dev:
3838
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ sources:
1616
- speakeasy-sdk-regen-1773084660
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:1f3eeb2513538e3ae8b5483477b559a460ce3dac0cdd41c31d47db9167acec60
20-
sourceBlobDigest: sha256:b743e6e51b23d2d5207d1f4348076d22f130052fea4e1676095a2ddc654822a9
19+
sourceRevisionDigest: sha256:6b325264f8e8a60caa875776438b07d4eb5b56283da0796b283e9c5597810e22
20+
sourceBlobDigest: sha256:11d21b003c903f5539d5d7a79cf8fe17d1d284b48e47da0009eac3866ad58899
2121
tags:
2222
- latest
2323
targets:
@@ -38,10 +38,10 @@ targets:
3838
mistralai-sdk:
3939
source: mistral-openapi
4040
sourceNamespace: mistral-openapi
41-
sourceRevisionDigest: sha256:1f3eeb2513538e3ae8b5483477b559a460ce3dac0cdd41c31d47db9167acec60
42-
sourceBlobDigest: sha256:b743e6e51b23d2d5207d1f4348076d22f130052fea4e1676095a2ddc654822a9
41+
sourceRevisionDigest: sha256:6b325264f8e8a60caa875776438b07d4eb5b56283da0796b283e9c5597810e22
42+
sourceBlobDigest: sha256:11d21b003c903f5539d5d7a79cf8fe17d1d284b48e47da0009eac3866ad58899
4343
codeSamplesNamespace: mistral-openapi-code-samples
44-
codeSamplesRevisionDigest: sha256:fa3aa9d30da8a70f9e5d8c74ceab2cd4a043bfa5c5dacfe0035b09d907f41705
44+
codeSamplesRevisionDigest: sha256:95c443855a95966259bd108beec0cbdb8238f6f753dc4b021bf833d398e86c0c
4545
workflow:
4646
workflowVersion: 1.0.0
4747
speakeasyVersion: 1.761.1

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,14 @@ Based on:
628628
### Generated
629629
- [python v2.4.4] .
630630
### Releases
631-
- [PyPI v2.4.4] https://pypi.org/project/mistralai/2.4.4 - .
631+
- [PyPI v2.4.4] https://pypi.org/project/mistralai/2.4.4 - .
632+
633+
## 2026-05-07 11:13:37
634+
### Changes
635+
Based on:
636+
- OpenAPI Doc
637+
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
638+
### Generated
639+
- [python v2.4.5] .
640+
### Releases
641+
- [PyPI v2.4.5] https://pypi.org/project/mistralai/2.4.5 - .

docs/models/activitytaskcompletedattributesresponse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Attributes for activity task completed events.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
10-
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
11-
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
12-
| `result` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results. |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
11+
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
12+
| `result` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results.<br/>When encrypted, the value field contains base64-encoded encrypted data<br/>and encoding_options indicates the type of encryption applied. |

docs/models/activitytaskstartedattributesresponse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Attributes for activity task started events.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
10-
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
11-
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
12-
| `input` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results. |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `task_id` | *str* | :heavy_check_mark: | Unique identifier for the activity task within the workflow. |
11+
| `activity_name` | *str* | :heavy_check_mark: | The registered name of the activity being executed. |
12+
| `input` | [models.JSONPayloadResponse](../models/jsonpayloadresponse.md) | :heavy_check_mark: | A payload containing arbitrary JSON data.<br/><br/>Used for complete state snapshots or final results.<br/>When encrypted, the value field contains base64-encoded encrypted data<br/>and encoding_options indicates the type of encryption applied. |

0 commit comments

Comments
 (0)