Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.1 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Dec 4, 2024
1 parent a7fa1f0 commit 329ce8c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.2
speakeasyVersion: 1.451.1
generationVersion: 2.470.1
releaseVersion: 1.2.4
configChecksum: 4fe789bac842073beb4e2d9c6c3f833d
releaseVersion: 1.2.5
configChecksum: 9dbada68b30d84dc9c102c143b926b3d
repoURL: https://github.com/mistralai/client-python.git
installationURL: https://github.com/mistralai/client-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 1.2.4
version: 1.2.5
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sources:
sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f
tags:
- latest
- speakeasy-sdk-regen-1733325251
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,7 +40,7 @@ targets:
sourceRevisionDigest: sha256:f74c08bdc7ae39f5fe2394df8f31ae623ece30a7f65019ab6b7bcea352953f05
sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:09212fda8fc13e0f486f157495d028138bc9babedfba6dd85f7024575f30fd0e
codeSamplesRevisionDigest: sha256:9a22e0289ff4e72dd43c1b65ddb8c7870814176d36e1eb6352d06e93dec597ba
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ Based on:
### Generated
- [python v1.2.4] .
### Releases
- [PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - .
- [PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - .

## 2024-12-04 15:14:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.2.5] .
### Releases
- [PyPI v1.2.5] https://pypi.org/project/mistralai/1.2.5 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mistralai"
version = "1.2.4"
version = "1.2.5"
description = "Python Client SDK for the Mistral AI API."
authors = ["Mistral"]
readme = "README-PYPI.md"
Expand Down
2 changes: 1 addition & 1 deletion src/mistralai/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "mistralai"
__version__: str = "1.2.4"
__version__: str = "1.2.5"

try:
if __package__ is not None:
Expand Down
4 changes: 2 additions & 2 deletions src/mistralai/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class SDKConfiguration:
server: Optional[str] = ""
language: str = "python"
openapi_doc_version: str = "0.0.2"
sdk_version: str = "1.2.4"
sdk_version: str = "1.2.5"
gen_version: str = "2.470.1"
user_agent: str = "speakeasy-sdk/python 1.2.4 2.470.1 0.0.2 mistralai"
user_agent: str = "speakeasy-sdk/python 1.2.5 2.470.1 0.0.2 mistralai"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 329ce8c

Please sign in to comment.