Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.3.0#469

Merged
andreaonofrei01 merged 4 commits intomainfrom
speakeasy-sdk-regen-1775218766
Apr 3, 2026
Merged

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.3.0#469
andreaonofrei01 merged 4 commits intomainfrom
speakeasy-sdk-regen-1775218766

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 3, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Python SDK Changes:

  • mistral.models.list(): response.data[].union(fine-tuned).job Changed (Breaking ⚠️)
  • mistral.models.retrieve(): response.union(fine-tuned).job Changed (Breaking ⚠️)
  • mistral.chat.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.chat.stream():
    • request Changed (Breaking ⚠️)
    • response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.fim.complete(): response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.fim.stream(): response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.workflows.get_workflow_registration(): response.workflow_registration Changed (Breaking ⚠️)
  • mistral.workflows.execute_workflow_registration(): request.input Changed (Breaking ⚠️)
  • mistral.workflows.execute_workflow(): request.input Changed (Breaking ⚠️)
  • mistral.workflows.get_workflow_registrations(): response.workflow_registrations[] Changed (Breaking ⚠️)
  • mistral.classifiers.classify_chat():
    • request.input.union(InstructRequest).messages[].union(assistant).tool_calls[].type Changed (Breaking ⚠️)
  • mistral.classifiers.moderate_chat():
    • request.inputs.union(Array<>)[].union(assistant).tool_calls[].type Changed (Breaking ⚠️)
  • mistral.agents.stream():
    • request Changed (Breaking ⚠️)
    • response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.agents.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.beta.observability.datasets.list(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_explorer(): error.detail.error_code Changed
  • mistral.beta.observability.judges.list(): error.detail.error_code Changed
  • mistral.beta.observability.judges.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.judges.delete(): error.detail.error_code Changed
  • mistral.beta.observability.judges.update(): error.detail.error_code Changed
  • mistral.beta.observability.judges.judge_conversation(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.create(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.list(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.delete(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.fetch_status(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.list_events(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.create(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fields.fetch_option_counts(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.delete(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.update(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.list_records(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.create_record(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_campaign(): error.detail.error_code Changed
  • mistral.beta.observability.judges.create(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_file(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_playground(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_dataset_records(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.export_to_jsonl(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.fetch_task(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.list_tasks(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.records.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.records.delete(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fields.fetch_options(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fields.list(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.judge(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fetch_similar_events(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.search_ids(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.search(): error.detail.error_code Changed
  • mistral.workflows.workers.whoami(): Removed (Breaking ⚠️)
  • mistral.beta.observability.datasets.records.bulk_delete(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.records.judge(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.records.update_payload(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.records.update_properties(): error.detail.error_code Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (6766:3)❌ 
│ ├─┬/v1/connectors
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] maximum (5576:22)❌ 
│ │       └──[+] minimum (5577:22)❌ 
│ └─┬/v1/files/{file_id}/url
│   └─┬GET
│     └─┬Parameters
│       ├──[🔀] description (1442:24)
│       └─┬Schema
│         └──[🔀] description (1447:26)
├─┬Components
│ ├──[-] schemas (19086:7)❌ 
│ ├─┬AgentsCompletionRequest
│ │ └─┬tools
│ │   └─┬ANYOF
│ │     └─┬Schema
│ │       └──[🔀] $ref (13893:17)❌ 
│ ├─┬WorkflowExecutionRequest
│ │ └─┬input
│ │   ├──[🔀] description (19678:24)
│ │   ├──[+] anyOf (19675:15)
│ │   └─┬ANYOF
│ │     └──[🔀] type (19673:21)❌ 
│ ├─┬WorkflowRegistrationWithWorkerStatus
│ │ ├──[-] required (20398:11)❌ 
│ │ ├──[+] properties (20389:9)
│ │ ├─┬workflow_id
│ │ │ ├──[-] type (20377:17)❌ 
│ │ │ ├──[-] title (20378:18)
│ │ │ ├──[-] format (20379:19)❌ 
│ │ │ ├──[🔀] description (20414:24)
│ │ │ ├──[+] anyOf (19111:7)
│ │ │ └──[+] anyOf (20413:15)
│ │ ├─┬task_queue
│ │ │ ├──[🔀] title (20386:18)
│ │ │ ├──[+] format (20387:19)❌ 
│ │ │ └──[🔀] description (20388:24)
│ │ ├─┬id
│ │ │ ├──[-] type (20366:17)❌ 
│ │ │ ├──[🔀] title (20394:18)
│ │ │ ├──[-] format (20368:19)❌ 
│ │ │ ├──[🔀] description (20395:24)
│ │ │ ├──[+] anyOf (20391:15)
│ │ │ └──[+] anyOf (20393:15)
│ │ └─┬workflow
│ │   ├──[+] title (20400:18)
│ │   ├──[🔀] description (20401:24)
│ │   ├──[+] deprecated (20402:23)
│ │   └─┬ANYOF
│ │     └──[🔀] $ref (20398:15)❌ 
│ ├─┬LibraryOut
│ │ └─┬org_sharing_role
│ │   └──[+] deprecated (14400:23)
│ ├─┬ChatCompletionRequest
│ │ └─┬tools
│ │   └─┬ANYOF
│ │     └─┬Schema
│ │       └──[🔀] $ref (12440:17)❌ 
│ ├─┬WorkflowRegistration
│ │ ├──[-] required (20318:11)❌ 
│ │ ├──[+] properties (20304:9)
│ │ ├─┬task_queue
│ │ │ ├──[-] type (20295:17)❌ 
│ │ │ ├──[🔀] description (20316:24)
│ │ │ ├──[+] deprecated (20317:23)
│ │ │ ├──[+] anyOf (20313:15)
│ │ │ └──[+] anyOf (20314:15)
│ │ ├─┬id
│ │ │ ├──[-] type (20290:17)❌ 
│ │ │ ├──[🔀] title (20309:18)
│ │ │ ├──[-] format (20292:19)❌ 
│ │ │ ├──[🔀] description (20310:24)
│ │ │ ├──[+] anyOf (20306:15)
│ │ │ └──[+] anyOf (20308:15)
│ │ ├─┬workflow_id
│ │ │ ├──[-] type (20301:17)❌ 
│ │ │ ├──[-] title (20302:18)
│ │ │ ├──[-] format (20303:19)❌ 
│ │ │ ├──[🔀] description (20329:24)
│ │ │ ├──[+] anyOf (19111:7)
│ │ │ └──[+] anyOf (20328:15)
│ │ └─┬workflow
│ │   ├──[+] title (20315:18)
│ │   ├──[🔀] description (20316:24)
│ │   ├──[+] deprecated (20317:23)
│ │   └─┬ANYOF
│ │     └──[🔀] $ref (20313:15)❌ 
│ ├─┬ObservabilityErrorCode
│ │ ├──[+] enum (15562:11)
│ │ ├──[+] enum (15559:11)
│ │ └──[+] enum (15561:11)
│ └─┬FTModelCard
│   ├──[+] required (7718:11)❌ 
│   └─┬job
│     ├──[+] type (7705:17)❌ 
│     ├──[-] anyOf (7718:15)❌ 
│     └──[-] anyOf (7719:15)❌ 
└─┬Extensions
  └──[+] x-speakeasy-timeout (21044:22)
Document Element Total Changes Breaking Changes
paths 5 3
components 58 22

View full report

Linting Report 0 errors, 6 warnings, 50 hints

View full report

PYTHON CHANGELOG

core: 6.0.21 - 2026-03-27

🐛 Bug Fixes

  • replace broken is_union None guard in serialize_decimal, serialize_float, serialize_int, and validate_const with simple None check (commit by @AshGodfrey)

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

core: 6.0.19 - 2026-03-17

🐝 New Features

  • add compileCommands config option to allow overriding the compile pipeline, preventing OOM from pylint parallelism (commit by @vishalg0wda)

globalSecurity: 3.0.7 - 2026-03-25

🐛 Bug Fixes

  • basic-http handling when used as a security option wrapper (commit by @2ynn)

globalSecurity: 3.0.6 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

operationTimeout: 0.3.1 - 2026-03-23

🐛 Bug Fixes

  • ensure per-request timeout_ms override is respected by passing USE_CLIENT_DEFAULT to httpx when unset and preserving timeout extensions across hooks (commit by @AshGodfrey)

pagination: 3.0.9 - 2026-03-31

🐛 Bug Fixes

  • forward server_url, timeout_ms, accept_header_override, and http_headers in pagination next() closure (commit by @AshGodfrey)

pagination: 3.0.8 - 2026-03-20

🐛 Bug Fixes

  • prevented linter warnings with nullable limit (commit by @bflad)

Based on Speakeasy CLI 1.761.1

* `mistral.models.list()`:  `response.data[].union(fine-tuned).job` **Changed** (Breaking ⚠️)
* `mistral.models.retrieve()`:  `response.union(fine-tuned).job` **Changed** (Breaking ⚠️)
* `mistral.chat.complete()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.choices[].message.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.chat.stream()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.[].data.choices[].delta.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.fim.complete()`:  `response.choices[].message.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.fim.stream()`:  `response.[].data.choices[].delta.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.workflows.get_workflow_registration()`:  `response.workflow_registration` **Changed** (Breaking ⚠️)
* `mistral.workflows.execute_workflow_registration()`:  `request.input` **Changed** (Breaking ⚠️)
* `mistral.workflows.execute_workflow()`:  `request.input` **Changed** (Breaking ⚠️)
* `mistral.workflows.get_workflow_registrations()`:  `response.workflow_registrations[]` **Changed** (Breaking ⚠️)
* `mistral.classifiers.classify_chat()`: 
  *  `request.input.union(InstructRequest).messages[].union(assistant).tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.classifiers.moderate_chat()`: 
  *  `request.inputs.union(Array<>)[].union(assistant).tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.agents.stream()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.[].data.choices[].delta.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.agents.complete()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.choices[].message.tool_calls[].type` **Changed** (Breaking ⚠️)
* `mistral.beta.observability.datasets.list()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.import_from_explorer()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.list()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.fetch()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.delete()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.update()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.judge_conversation()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.create()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.list()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.fetch()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.delete()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.fetch_status()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.campaigns.list_events()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.create()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.fields.fetch_option_counts()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.fetch()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.delete()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.update()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.list_records()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.create_record()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.import_from_campaign()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.judges.create()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.import_from_file()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.import_from_playground()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.import_from_dataset_records()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.export_to_jsonl()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.fetch_task()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.list_tasks()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.records.fetch()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.records.delete()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.fields.fetch_options()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.fields.list()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.judge()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.fetch_similar_events()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.fetch()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.search_ids()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.chat_completion_events.search()`:  `error.detail.error_code` **Changed**
* `mistral.workflows.workers.whoami()`: **Removed** (Breaking ⚠️)
* `mistral.beta.observability.datasets.records.bulk_delete()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.records.judge()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.records.update_payload()`:  `error.detail.error_code` **Changed**
* `mistral.beta.observability.datasets.records.update_properties()`:  `error.detail.error_code` **Changed**
@github-actions github-actions bot added the minor Minor version bump label Apr 3, 2026
@andreaonofrei01 andreaonofrei01 self-requested a review April 3, 2026 12:25
Copy link
Copy Markdown
Contributor

@andreaonofrei01 andreaonofrei01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait, don't merge i will proofcheck the tool changes i made in detail - need 10 min

@andreaonofrei01 andreaonofrei01 merged commit eee98b9 into main Apr 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants