diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 90d9e1b..0cbace7 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.0.2 speakeasyVersion: 1.357.4 generationVersion: 2.390.6 - releaseVersion: 1.0.2 - configChecksum: ed07f7fc253047a5a4dd2c0f813b8ea4 + releaseVersion: 1.0.1 + configChecksum: 374a669373f10730cda1eb9a91d59b8b repoURL: https://github.com/mistralai/client-python.git installationURL: https://github.com/mistralai/client-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index c613fdb..1d54a9e 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true python: - version: 1.0.2 + version: 1.0.1 additionalDependencies: dev: pytest: ^8.2.2 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 57bf687..92bc880 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -9,7 +9,7 @@ targets: outLocation: ./packages/mistralai_gcp mistralai-sdk: source: mistral-openapi - outLocation: /Users/gaspard/public-mistral/client-python + outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index cb062cb..e49882c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,4 +8,14 @@ Based on: ### Generated - [python v1.0.0] . ### Releases -- [PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - . \ No newline at end of file +- [PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - . + +## 2024-08-08 18:12:16 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.357.4 (2.390.6) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v1.0.1] . +### Releases +- [PyPI v1.0.1] https://pypi.org/project/mistralai/1.0.1 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e6db079..810ec3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistralai" -version = "1.0.2" +version = "1.0.1" description = "Python Client SDK for the Mistral AI API." authors = ["Mistral"] readme = "README.md" diff --git a/src/mistralai/sdkconfiguration.py b/src/mistralai/sdkconfiguration.py index bd21306..2a18bab 100644 --- a/src/mistralai/sdkconfiguration.py +++ b/src/mistralai/sdkconfiguration.py @@ -29,9 +29,9 @@ class SDKConfiguration: server: Optional[str] = "" language: str = "python" openapi_doc_version: str = "0.0.2" - sdk_version: str = "1.0.2" + sdk_version: str = "1.0.1" gen_version: str = "2.390.6" - user_agent: str = "speakeasy-sdk/python 1.0.2 2.390.6 0.0.2 mistralai" + user_agent: str = "speakeasy-sdk/python 1.0.1 2.390.6 0.0.2 mistralai" retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET) timeout_ms: Optional[int] = None