Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.6.0#209

Merged
GaspardBT merged 3 commits intomainfrom
speakeasy-sdk-regen-1742466858
Mar 21, 2025
Merged

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.6.0#209
GaspardBT merged 3 commits intomainfrom
speakeasy-sdk-regen-1742466858

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 20, 2025

Important

This PR:

  • drop support for python3.8
  • update both GCP and Azure clients to
    - include the latest generated code
    - add support for image inputs
  • stop ordering key in jsons(here) (important for structured output)

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ └─┬/v1/chat/moderations
│   └─┬POST
│     ├──[🔀] summary (851:22)
│     └──[🔀] operationId (852:26)❌ 
└─┬Components
  ├─┬Function
  │ ├─┬description
  │ │ └──[➖] default (2927:30)❌ 
  │ └─┬strict
  │   └──[➖] default (2931:30)❌ 
  ├─┬JsonSchema
  │ └─┬strict
  │   └──[➖] default (3022:30)❌ 
  ├─┬AgentsCompletionRequest
  │ └──[➕] properties (3499:17)
  └─┬ChatCompletionRequest
    └──[➕] properties (2714:17)
Document Element Total Changes Breaking Changes
paths 2 1
components 5 3

PYTHON CHANGELOG

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

  • Ensure base_url is set with global or client instantiation server URL (commit by @bflad)

flattening: 3.1.1 - 2025-01-30

♻️ Refactors

  • Add tests to validate resiliancy of python SDK. (commit by @Kanwardeep)

core: 5.12.3 - 2025-03-10

🐛 Bug Fixes

  • disable key sorting when serializing to json (commit by @disintegrator)

core: 5.12.2 - 2025-03-02

🐛 Bug Fixes

  • handle indirect circular references (commit by @vishalg0wda)

core: 5.12.1 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 5.12.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 5.11.0 - 2025-02-04

🐝 New Features

core: 5.10.9 - 2025-01-31

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 5.10.8 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of field names conflicting with reserved keywords (commit by @tristanspeakeasy)

core: 5.10.7 - 2025-01-29

🐛 Bug Fixes

  • allow for no global server url on pythonv2 sdks (commit by @walker-tx)

core: 5.10.6 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

nullables: 1.0.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

@github-actions github-actions bot added the minor Minor version bump label Mar 20, 2025
@GaspardBT GaspardBT merged commit fde481b into main Mar 21, 2025
9 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.

4 participants