Skip to content

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

SDK Changes Detected:

  • mistral_gcp.chat.complete():
    • request Changed Breaking ⚠️
    • response Changed
  • mistral_gcp.fim.complete(): response Changed
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (4:14)
├─┬Paths
│ └─┬/rawPredict#fim
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └──[+] examples (112:37)
└─┬Components
  ├──[+] schemas (791:13)
  ├──[+] schemas (317:13)
  ├──[+] schemas (627:13)
  ├─┬ChatCompletionRequest
  │ ├──[+] properties (494:17)
  │ ├─┬temperature
  │ │ ├──[+] type (409:27)❌ 
  │ │ ├──[🔀] title (410:28)
  │ │ ├──[🔀] description (412:34)
  │ │ ├──[+] default (411:30)❌ 
  │ │ ├──[-] anyOf (193:27)❌ 
  │ │ └──[-] anyOf (196:27)❌ 
  │ ├─┬random_seed
  │ │ ├──[-] title (230:28)
  │ │ ├──[🔀] description (498:34)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (627:19)❌ 
  │ ├─┬top_p
  │ │ ├──[-] type (200:27)❌ 
  │ │ ├──[🔀] title (456:28)
  │ │ ├──[-] maximum (201:30)❌ 
  │ │ ├──[-] minimum (202:30)❌ 
  │ │ ├──[🔀] description (457:34)
  │ │ ├──[+] anyOf (452:27)
  │ │ └──[+] anyOf (455:27)
  │ ├─┬tool_choice
  │ │ ├──[🔀] title (393:28)
  │ │ ├──[+] description (394:34)
  │ │ ├──[-] default (266:30)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (389:27)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (392:27)❌ 
  │ ├─┬response_format
  │ │ └──[🔀] $ref (422:21)❌ 
  │ ├─┬stream
  │ │ ├──[-] type (213:27)❌ 
  │ │ ├──[🔀] title (419:28)
  │ │ ├──[🔀] description (420:34)
  │ │ ├──[-] default (215:30)❌ 
  │ │ ├──[+] anyOf (415:27)
  │ │ └──[+] anyOf (416:27)
  │ ├─┬presence_penalty
  │ │ └──[🔀] description (470:34)
  │ ├─┬stop
  │ │ └──[🔀] $ref (259:17)❌ 
  │ ├─┬tools
  │ │ ├──[🔀] title (462:28)
  │ │ ├──[+] description (464:34)
  │ │ ├──[+] default (463:30)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (703:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (341:19)❌ 
  │ ├─┬frequency_penalty
  │ │ └──[🔀] description (476:34)
  │ ├─┬parallel_tool_calls
  │ │ └──[+] description (493:34)
  │ └─┬model
  │   └──[🔀] examples (386:27)
  ├─┬ResponseFormats
  │ └──[-] description (540:26)
  ├─┬SystemMessage
  │ └─┬content
  │   └─┬ANYOF
  │     └─┬Schema
  │       └──[🔀] $ref (792:17)❌ 
  ├─┬Prediction
  │ └──[+] description (256:26)
  ├─┬ResponseFormat
  │ ├──[+] examples (273:19)
  │ ├──[+] examples (273:19)
  │ ├──[+] examples (273:19)
  │ └──[+] description (269:26)
  ├─┬ChatCompletionResponse
  │ └─┬ALLOF
  │   ├──[+] required (937:23)❌ 
  │   └──[+] required (938:23)❌ 
  ├─┬FIMCompletionRequest
  │ └─┬model
  │   ├──[🔀] examples (512:27)
  │   └──[🔀] description (510:34)
  └─┬UsageInfo
    ├──[+] additionalProperties (769:35)❌ 
    ├──[+] properties (758:17)
    ├─┬prompt_tokens
    │ ├──[+] title (748:28)
    │ ├──[+] default (749:30)❌ 
    │ └──[-] example (738:30)
    ├─┬total_tokens
    │ ├──[+] title (756:28)
    │ ├──[+] default (757:30)❌ 
    │ └──[-] example (744:30)
    └─┬completion_tokens
      ├──[+] title (751:28)
      ├──[+] default (752:30)❌ 
      └──[-] example (741:30)
Document Element Total Changes Breaking Changes
info 1 0
paths 1 0
components 64 27

PYTHON CHANGELOG

additionalProperties: 1.0.1 - 2024-09-06

🐛 Bug Fixes

  • fixed handling of additional properties in models with nullable fields (commit by @tristanspeakeasy)

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)

core: 5.19.3 - 2025-06-06

🐛 Bug Fixes

core: 5.19.2 - 2025-06-04

🐛 Bug Fixes

  • Prevent local installation issues with README-PYPI.md (commit by @bflad)

core: 5.19.1 - 2025-05-29

🐛 Bug Fixes

  • Update h11 and httpcore dependencies to avoid h11 security issue [force-gen] (commit by @Kanwardeep)

core: 5.19.0 - 2025-05-20

🐝 New Features

  • Enable module lazy loading. This leads to faster module import times (commit by @Kanwardeep)

core: 5.18.1 - 2025-05-15

🐛 Bug Fixes

  • Prevent AsyncClient.aclose() not awaited warnings (commit by @bflad)

core: 5.18.0 - 2025-05-12

🐝 New Features

  • upgrade minimum python version to 3.9.2 (commit by @simplesagar)

core: 5.17.2 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 5.17.1 - 2025-05-04

🐛 Bug Fixes

  • Revert the commit which introduced moduleName change (commit by @Kanwardeep)

core: 5.17.0 - 2025-04-30

🐝 New Features

  • adding the ability to choose module name by adding a new key in gen.yaml (commit by @Kanwardeep)

core: 5.16.1 - 2025-04-23

🐛 Bug Fixes

  • improved python http client finalizer to avoid testing issues (commit by @tristanspeakeasy)

core: 5.16.0 - 2025-04-18

🐝 New Features

  • Remove typing-inspection dependency (commit by @bflad)

core: 5.15.0 - 2025-04-17

🐝 New Features

  • Remove python-dateutil dependency (commit by @bflad)

core: 5.14.0 - 2025-04-15

🐝 New Features

  • Upgrade mypy to 1.15 for performance and correctness improvements (commit by @bflad)

core: 5.12.7 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 5.13.0 - 2025-04-07

🐝 New Features

  • Improve memory utilization and startup time with Pydantic 2.11 upgrade (commit by @bflad)

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

core: 5.12.4 - 2025-03-16

🐛 Bug Fixes

  • force quote circular referenced types (commit by @ThomasRooney)

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)

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

openEnums: 1.0.1 - 2025-03-31

🐛 Bug Fixes

  • Prevent pyright reports for OpenEnumMeta call signature in Python 3.11 and later (commit by @bflad)

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

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_gcp.chat.complete()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `mistral_gcp.fim.complete()`:  `response` **Changed**
@github-actions github-actions bot added the major Major version bump label Jan 9, 2026
@dumontg dumontg closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants