mistralai / client-python

Python client library for Mistral AI platform
Apache License 2.0
468 stars 97 forks source link

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.0.2 #137

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

[!IMPORTANT] Linting report available at: https://app.speakeasyapi.dev/org/mistral-dev/mistral-dev/linting-report/92871f95751a0c3324b517a5806b320f OpenAPI Change report available at: https://app.speakeasyapi.dev/org/mistral-dev/mistral-dev/changes-report/c3f2319295fa8dbe5a7eb3a6707e172f

SDK update

Based on:

├─┬Paths
│ └─┬/v1/files
│   └─┬POST
│     └─┬Requestbody
│       └─┬multipart/form-data
│         └─┬Schema
│           └─┬purpose
│             ├──[➕] enum (116:43)
│             ├──[➕] type (118:43)❌ 
│             └─┬Extensions
│               └──[➕] x-speakeasy-unknown-values (119:65)
└─┬Components
  ├─┬ArchiveFTModelOut
  │ └─┬object
  │   ├──[➕] enum (1931:27)
  │   └──[➕] type (1933:27)❌ 
  ├─┬GithubRepositoryIn
  │ └─┬type
  │   ├──[➕] enum (1451:27)
  │   └──[➕] type (1453:27)❌ 
  ├─┬UploadFileOut
  │ └─┬purpose
  │   ├──[➕] enum (855:27)
  │   ├──[➕] type (857:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (861:49)
  ├─┬TrainingParametersIn
  │ ├──[➕] properties (1580:17)
  │ └──[➕] properties (1571:17)
  ├─┬JobsOut
  │ └─┬object
  │   ├──[➕] enum (1272:27)
  │   └──[➕] type (1274:27)❌ 
  ├─┬WandbIntegrationOut
  │ └─┬type
  │   ├──[➕] enum (1334:27)
  │   └──[➕] type (1336:27)❌ 
  ├─┬JobIn
  │ ├─┬repositories
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (1523:25)❌ 
  │ └─┬integrations
  │   └─┬ANYOF
  │     └─┬Schema
  │       └──[🔀] $ref (1510:29)❌ 
  ├─┬RetrieveFileOut
  │ └─┬purpose
  │   ├──[➕] enum (996:27)
  │   ├──[➕] type (998:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (1002:49)
  ├─┬JobOut
  │ ├─┬object
  │ │ ├──[➕] enum (1197:27)
  │ │ └──[➕] type (1199:27)❌ 
  │ ├─┬integrations
  │ │ ├─┬ANYOF
  │ │ │ ├──[➕] items (1216:29)❌ 
  │ │ │ └──[🔀] type (1222:33)❌ 
  │ │ └─┬ANYOF
  │ │   ├──[➖] items (1194:29)❌ 
  │ │   └──[🔀] type (1223:33)❌ 
  │ └─┬repositories
  │   └─┬Schema
  │     └──[🔀] $ref (1235:25)❌ 
  ├─┬DetailedJobOut
  │ ├─┬object
  │ │ ├──[➕] enum (1716:27)
  │ │ └──[➕] type (1718:27)❌ 
  │ ├─┬integrations
  │ │ ├─┬ANYOF
  │ │ │ ├──[➕] items (1732:29)❌ 
  │ │ │ └──[🔀] type (1738:33)❌ 
  │ │ └─┬ANYOF
  │ │   ├──[➖] items (1638:29)❌ 
  │ │   └──[🔀] type (1739:33)❌ 
  │ └─┬repositories
  │   └─┬Schema
  │     └──[🔀] $ref (1749:25)❌ 
  ├─┬LegacyJobMetadataOut
  │ └─┬object
  │   ├──[➕] enum (1438:27)
  │   └──[➕] type (1440:27)❌ 
  ├─┬FileSchema
  │ └─┬purpose
  │   ├──[➕] enum (918:27)
  │   ├──[➕] type (920:27)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (924:49)
  ├─┬FTModelOut
  │ └─┬object
  │   ├──[➕] enum (1857:27)
  │   └──[➕] type (1859:27)❌ 
  ├─┬UnarchiveFTModelOut
  │ └─┬object
  │   ├──[➕] enum (1951:27)
  │   └──[➕] type (1953:27)❌ 
  ├─┬GithubRepositoryOut
  │ └─┬type
  │   ├──[➕] enum (1066:27)
  │   └──[➕] type (1068:27)❌ 
  ├─┬WandbIntegration
  │ └─┬type
  │   ├──[➕] enum (1612:27)
  │   └──[➕] type (1614:27)❌ 
  └─┬TrainingParameters
    ├──[➕] properties (1304:17)
    └──[➕] properties (1296:17)
Document Element Total Changes Breaking Changes
paths 3 1
components 47 26

PYTHON CHANGELOG

core: 5.4.1 - 2024-08-17

:wrench: Chores

GaspardBT commented 1 month ago

Changes of interest are under src/mistralai/ link This PR will also release all changes here including those 2 PRs: