diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index f13a0849..67f39955 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,15 +5,15 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.761.1 generationVersion: 2.879.6 - releaseVersion: 2.3.6 - configChecksum: 95068806fbe0942ab6561ca540458fc9 + releaseVersion: 2.3.8 + configChecksum: 601a907de4437b981061110787b408ca repoURL: https://github.com/mistralai/client-python.git installationURL: https://github.com/mistralai/client-python.git published: true persistentEdits: - generation_id: 6d0c183b-fffd-4345-bc10-c73b69c91605 - pristine_commit_hash: 731e3f6f8d8451435e03d69da2dbe80bb13412f6 - pristine_tree_hash: df3f3821a4a083ea62b654833f022a2df2c149ac + generation_id: 86f6cf88-f9de-4064-844b-4b570ddc54ea + pristine_commit_hash: fd469ca531c74164057fd6c5a7639514a1f171ec + pristine_tree_hash: 0a8e0a5a864cfa8571bd95bb26af5c7b3a5e3d2b features: python: acceptHeaders: 3.0.0 @@ -3227,8 +3227,8 @@ trackedFiles: pristine_git_object: 036d44b8cfc51599873bd5c401a6aed30450536c src/mistralai/client/_version.py: id: cc807b30de19 - last_write_checksum: sha1:2d58e5f157ee7ec7ba8a5bfc2726bcb56555d3b6 - pristine_git_object: 0e124f2202191d3a222b9a2abe6a91ee036adc01 + last_write_checksum: sha1:72f18d049dc2e14a6e226eb0caf0dd808b9f56d0 + pristine_git_object: 8446f42c5d58377a883e8fe44d9328239aaeb693 src/mistralai/client/accesses.py: id: 76fc53bfcf59 last_write_checksum: sha1:0c417e7a0bf9dfc523dbabee816b73d7a4d52f1d @@ -3283,8 +3283,8 @@ trackedFiles: pristine_git_object: fc9d6319b4d321e21a7b7d73515f9d13b9ac8a2a src/mistralai/client/conversations.py: id: 40692a878064 - last_write_checksum: sha1:44b01585b9cbca3c9696c40b817529e76d6e7c32 - pristine_git_object: a9887a9a95308cad10cbaa2593b8552159cb0dca + last_write_checksum: sha1:9ca47ba2c537b019402fb38be51ebaefc8812457 + pristine_git_object: 8c6ed8b2426896672864b75cbb739202b733543d src/mistralai/client/datasets.py: id: e5a6ae2a2d85 last_write_checksum: sha1:52f8dc6df7430622882b02e8d01d8da02e4e998f diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 39e96f6b..4baac419 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -32,7 +32,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 2.3.6 + version: 2.3.8 additionalDependencies: dev: pytest: ^8.2.2 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 539c318e..793883c1 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -41,7 +41,7 @@ targets: sourceRevisionDigest: sha256:5a5b1104accc69fa8fca26e9abd7e089535bbffd20f667013984cbe9e9cf819d sourceBlobDigest: sha256:3f88e405b674dc0f964605664fc15629b119a4481b08a5c8ac0e79dddcb19f91 codeSamplesNamespace: mistral-openapi-code-samples - codeSamplesRevisionDigest: sha256:3cdb686b793df49b7b8b8ad1f8ea3bfda1ff762c3b130004d9d959024a40ae7b + codeSamplesRevisionDigest: sha256:94536530850d56d39c06a48a1f9f08e6d6ad28227d32a7d81dce0240d189b418 workflow: workflowVersion: 1.0.0 speakeasyVersion: 1.761.1 diff --git a/src/mistralai/client/_version.py b/src/mistralai/client/_version.py index 0e124f22..8446f42c 100644 --- a/src/mistralai/client/_version.py +++ b/src/mistralai/client/_version.py @@ -4,10 +4,10 @@ import importlib.metadata __title__: str = "mistralai" -__version__: str = "2.3.6" +__version__: str = "2.3.8" __openapi_doc_version__: str = "1.0.0" __gen_version__: str = "2.879.6" -__user_agent__: str = "speakeasy-sdk/python 2.3.6 2.879.6 1.0.0 mistralai" +__user_agent__: str = "speakeasy-sdk/python 2.3.8 2.879.6 1.0.0 mistralai" try: if __package__ is not None: