Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.2.1#466

Closed
github-actions[bot] wants to merge 3 commits intomainfrom
speakeasy-sdk-regen-1775139263
Closed

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.2.1#466
github-actions[bot] wants to merge 3 commits intomainfrom
speakeasy-sdk-regen-1775139263

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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.workflows.execute_workflow(): request.input Changed (Breaking ⚠️)
  • mistral.workflows.execute_workflow_registration(): request.input Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/v1/files/{file_id}/url
│   └─┬GET
│     └─┬Parameters
│       ├──[🔀] description (1442:24)
│       └─┬Schema
│         └──[🔀] description (1447:26)
└─┬Components
  ├─┬WorkflowExecutionRequest
  │ └─┬input
  │   ├──[🔀] description (19669:24)
  │   ├──[+] anyOf (19666:15)
  │   └─┬ANYOF
  │     └──[🔀] type (19664:21)❌ 
  └─┬FTModelCard
    ├──[+] required (7730:11)❌ 
    └─┬job
      ├──[+] type (7717:17)❌ 
      ├──[-] anyOf (7718:15)❌ 
      └──[-] anyOf (7719:15)❌ 
Document Element Total Changes Breaking Changes
paths 2 0
components 7 5

View full report

Linting Report 0 errors, 6 warnings, 51 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)

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.workflows.execute_workflow()`:  `request.input` **Changed** (Breaking ⚠️)
* `mistral.workflows.execute_workflow_registration()`:  `request.input` **Changed** (Breaking ⚠️)
@github-actions github-actions bot added the patch Patch version bump label Apr 2, 2026
@anth2o anth2o closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants