Skip to content

Commit b0613c7

Browse files
maiengineeringspeakeasybotactions-user
authored
chore: šŸ Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-sdk-30091961769-1] 2.7.2 (#599)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6 * chore: align package version files to version 2.7.2 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: GitHub Action <action@github.com>
1 parent a571396 commit b0613c7

41 files changed

Lines changed: 673 additions & 225 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ā€Ž.speakeasy/gen.lockā€Ž

Lines changed: 102 additions & 84 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.7.1
35+
version: 2.7.2
3636
additionalDependencies:
3737
dev:
3838
pytest: ^8.2.2

ā€Ž.speakeasy/workflow.lockā€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ sources:
1616
- speakeasy-mistralai-gcp-sdk-26292830187-1
1717
mistral-openapi:
1818
sourceNamespace: mistral-openapi
19-
sourceRevisionDigest: sha256:aaceff5297440f2545e696842c26fbbf505e60067232987bd76d840163d50756
20-
sourceBlobDigest: sha256:4cfba6fafb89e46c6a1b760dc751b71cd15a7826104ed6bbcb8db3f4b5379259
19+
sourceRevisionDigest: sha256:fd92984251174794ab0d1ec7c6017aefc443f6813027e8e1b1dbfaa320983e84
20+
sourceBlobDigest: sha256:962e580a9814038b9f41f068c4a5f8b4d422a7962d35db0df435409e4e11b15a
2121
tags:
2222
- latest
23-
- speakeasy-mistralai-sdk-29826413688-1
23+
- speakeasy-mistralai-sdk-30091961769-1
2424
targets:
2525
mistralai-azure-sdk:
2626
source: mistral-azure-source
@@ -39,10 +39,10 @@ targets:
3939
mistralai-sdk:
4040
source: mistral-openapi
4141
sourceNamespace: mistral-openapi
42-
sourceRevisionDigest: sha256:aaceff5297440f2545e696842c26fbbf505e60067232987bd76d840163d50756
43-
sourceBlobDigest: sha256:4cfba6fafb89e46c6a1b760dc751b71cd15a7826104ed6bbcb8db3f4b5379259
42+
sourceRevisionDigest: sha256:fd92984251174794ab0d1ec7c6017aefc443f6813027e8e1b1dbfaa320983e84
43+
sourceBlobDigest: sha256:962e580a9814038b9f41f068c4a5f8b4d422a7962d35db0df435409e4e11b15a
4444
codeSamplesNamespace: mistral-openapi-code-samples
45-
codeSamplesRevisionDigest: sha256:ab9dd45213695e6f7fe7db65ae525822ad2c2312c98f80d949cd0658ea04795e
45+
codeSamplesRevisionDigest: sha256:2b64952e6de53ccfb8c3710065e13918b7944086c8f10ed2ed42c65f5917d24c
4646
workflow:
4747
workflowVersion: 1.0.0
4848
speakeasyVersion: 1.763.6

ā€ŽREADME.mdā€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ print(res.choices[0].message.content)
517517
* [list](docs/sdks/connectors/README.md#list) - List all connectors.
518518
* [get_auth_url](docs/sdks/connectors/README.md#get_auth_url) - Get the auth URL for a connector.
519519
* [share](docs/sdks/connectors/README.md#share) - Share a private connector to the current workspace.
520+
* [unshare](docs/sdks/connectors/README.md#unshare) - Unshare a connector from the current workspace.
520521
* [activate_for_organization](docs/sdks/connectors/README.md#activate_for_organization) - Activate a connector for an organization.
521522
* [deactivate_for_organization](docs/sdks/connectors/README.md#deactivate_for_organization) - Deactivate a connector for an organization.
522523
* [activate_for_workspace](docs/sdks/connectors/README.md#activate_for_workspace) - Activate a connector for a workspace.
@@ -1093,8 +1094,8 @@ with Mistral(
10931094

10941095

10951096
**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
1096-
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 158 of 255 methods.*
1097-
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 255 methods.*
1097+
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 159 of 256 methods.*
1098+
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 256 methods.*
10981099
* [`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.
10991100

11001101
</details>

ā€ŽRELEASES.mdā€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,4 +778,14 @@ Based on:
778778
### Generated
779779
- [python v2.7.1] .
780780
### Releases
781-
- [PyPI v2.7.1] https://pypi.org/project/mistralai/2.7.1 - .
781+
- [PyPI v2.7.1] https://pypi.org/project/mistralai/2.7.1 - .
782+
783+
## 2026-07-24 12:08:17
784+
### Changes
785+
Based on:
786+
- OpenAPI Doc
787+
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
788+
### Generated
789+
- [python v2.7.2] .
790+
### Releases
791+
- [PyPI v2.7.2] https://pypi.org/project/mistralai/2.7.2 - .

ā€Ždocs/models/basemodelcard.mdā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
| `deprecation` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A |
1818
| `deprecation_replacement_model` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
1919
| `default_model_temperature` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A |
20+
| `internal` | *Optional[bool]* | :heavy_minus_sign: | N/A |
2021
| `type` | *Literal["base"]* | :heavy_check_mark: | N/A |

ā€Ždocs/models/connector.mdā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| `icon_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
1717
| `server_card` | [OptionalNullable[models.MCPServerCard]](../models/mcpservercard.md) | :heavy_minus_sign: | N/A |
1818
| `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
19-
| `owner_type` | [models.ResourceType](../models/resourcetype.md) | :heavy_check_mark: | N/A |
19+
| `owner_type` | [models.ConsumerType](../models/consumertype.md) | :heavy_check_mark: | N/A |
2020
| `visibility` | [models.ResourceVisibility](../models/resourcevisibility.md) | :heavy_check_mark: | N/A |
2121
| `creator_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
2222
| `locale` | [OptionalNullable[models.ConnectorLocale]](../models/connectorlocale.md) | :heavy_minus_sign: | N/A |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ConnectorUnshareV1Request
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `connector_id` | *str* | :heavy_check_mark: | N/A |

0 commit comments

Comments
Ā (0)