Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 9, 2026

SDK update

Versioning

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

SDK Changes Detected:

  • mistral_azure.chat.complete():
    • request.messages.[].[assistant].content.[array] Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Paths
│ └─┬/ocr
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └──[+] examples (84:37)
└─┬Components
  ├──[+] schemas (365:13)
  ├──[+] schemas (993:13)
  ├─┬SystemMessage
  │ └─┬content
  │   └─┬ANYOF
  │     └─┬Schema
  │       └──[🔀] $ref (994:17)❌ 
  ├─┬ResponseFormats
  │ └──[-] description (242:26)
  ├─┬ResponseFormat
  │ ├──[+] examples (321:19)
  │ ├──[+] examples (321:19)
  │ ├──[+] examples (321:19)
  │ └──[+] description (317:26)
  ├─┬ChatCompletionRequest
  │ ├─┬tools
  │ │ └──[+] description (505:34)
  │ ├─┬tool_choice
  │ │ └──[+] description (512:34)
  │ ├─┬presence_penalty
  │ │ └──[🔀] description (518:34)
  │ ├─┬parallel_tool_calls
  │ │ └──[+] description (541:34)
  │ └─┬frequency_penalty
  │   └──[🔀] description (524:34)
  └─┬Prediction
    └──[+] description (304:26)
Document Element Total Changes Breaking Changes
paths 1 0
components 14 1

PYTHON CHANGELOG

core: 5.20.1 - 2025-08-27

🐛 Bug Fixes

  • capability to enable shadowing parameters that are usually reserved via allowedRedefinedBuiltins (commit by @ThomasRooney)

core: 5.19.11 - 2025-08-27

🐛 Bug Fixes

  • Add retries to dynamic imported modules in python to fix keyError when loading modules (commit by @Kanwardeep)

core: 5.19.10 - 2025-08-20

🔧 Chores

  • mitigate asyncio internal test flakiness (commit by @GorshkovIvan)

core: 5.19.9 - 2025-08-11

🐛 Bug Fixes

  • support repository subdirectories in PyPI documentation links (commit by @AshGodfrey)

core: 5.20.0 - 2025-08-08

🐝 New Features

  • support for uv package manager (commit by @mfbx9da4)

core: 5.19.7 - 2025-08-06

🐛 Bug Fixes

  • add return type hint for methods returning None (commit by @AshGodfrey)

core: 5.19.6 - 2025-08-01

🐛 Bug Fixes

  • potential issue referencing models before declaration (commit by @mfbx9da4)

core: 5.19.5 - 2025-07-24

🔧 Chores

core: 5.19.4 - 2025-07-02

🐛 Bug Fixes

  • ensure utils import is always added when globals are present in sdk.py template (commit by @AshGodfrey)

examples: 3.0.2 - 2025-07-07

🐛 Bug Fixes

  • Fix missing title and description in main usage examples when using x-speakeasy-globals (commit by @Kanwardeep)

serverEvents: 1.0.8 - 2025-08-19

🐛 Bug Fixes

  • prevent sdk from being GC'd while streaming (commit by @disintegrator)

Based on Speakeasy CLI 1.606.10

* `mistral_azure.chat.complete()`: 
  *  `request.messages.[].[assistant].content.[array]` **Changed** **Breaking** ⚠️
@github-actions github-actions bot added the minor Minor version bump label Jan 9, 2026
readme = "README.md"
authors = [{ name = "Mistral" },]
readme = "README-PYPI.md"
requires-python = ">=3.9.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

@dumontg weird no?

Copy link
Contributor

Choose a reason for hiding this comment

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

we should use uv

Copy link
Contributor

Choose a reason for hiding this comment

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

we should use uv

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.

3 participants