From aa07b71e3c7bc74cbfee63a1368e6ca7009dc64d Mon Sep 17 00:00:00 2001 From: Nelson PROIA Date: Fri, 22 May 2026 11:32:48 +0200 Subject: [PATCH] chore: bump speakeasyVersion to 1.763.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up two upstream Python generator fixes: - envVarPrefix fallback when SDK is constructed without security args (1.763.4 + 1.763.6) — Mistral() now correctly reads MISTRAL_API_KEY from the environment when no api_key argument is passed, matching the standard pattern used by OpenAI, Anthropic, Cohere, etc. - Types package support exports preserved correctly - General multi-SDK fixes for async declarations, doc rendering, exports Validated locally with speakeasy run -t mistralai-sdk: regen is clean and the generated src/mistralai/client/sdk.py contains the security fallback patch. Confirmed Mistral() + MISTRAL_API_KEY env var correctly resolves the api_key via get_security_from_env. --- .speakeasy/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index f592ebe8..d7039dba 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,5 +1,5 @@ workflowVersion: 1.0.0 -speakeasyVersion: 1.763.2 +speakeasyVersion: 1.763.6 sources: mistral-azure-source: inputs: