Skip to content

chore(deps): bump mistralai from 2.2.0 to 2.3.0#571

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/mistralai-2.3.0
Apr 13, 2026
Merged

chore(deps): bump mistralai from 2.2.0 to 2.3.0#571
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/mistralai-2.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps mistralai from 2.2.0 to 2.3.0.

Release notes

Sourced from mistralai's releases.

python - v2.3.0 - 2026-04-03 15:06:01

Generated by Speakeasy CLI

mistralai 2.3.0

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.chat.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.chat.stream():
    • request Changed (Breaking ⚠️)
    • response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.fim.complete(): response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.fim.stream(): response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.workflows.get_workflow_registration(): response.workflow_registration Changed (Breaking ⚠️)
  • mistral.workflows.execute_workflow_registration(): request.input Changed (Breaking ⚠️)
  • mistral.workflows.execute_workflow(): request.input Changed (Breaking ⚠️)
  • mistral.workflows.get_workflow_registrations(): response.workflow_registrations[] Changed (Breaking ⚠️)
  • mistral.classifiers.classify_chat():
    • request.input.union(InstructRequest).messages[].union(assistant).tool_calls[].type Changed (Breaking ⚠️)
  • mistral.classifiers.moderate_chat():
    • request.inputs.union(Array<>)[].union(assistant).tool_calls[].type Changed (Breaking ⚠️)
  • mistral.agents.stream():
    • request Changed (Breaking ⚠️)
    • response.[].data.choices[].delta.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.agents.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[].message.tool_calls[].type Changed (Breaking ⚠️)
  • mistral.beta.observability.datasets.list(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_explorer(): error.detail.error_code Changed
  • mistral.beta.observability.judges.list(): error.detail.error_code Changed
  • mistral.beta.observability.judges.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.judges.delete(): error.detail.error_code Changed
  • mistral.beta.observability.judges.update(): error.detail.error_code Changed
  • mistral.beta.observability.judges.judge_conversation(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.create(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.list(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.delete(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.fetch_status(): error.detail.error_code Changed
  • mistral.beta.observability.campaigns.list_events(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.create(): error.detail.error_code Changed
  • mistral.beta.observability.chat_completion_events.fields.fetch_option_counts(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.fetch(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.delete(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.update(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.list_records(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.create_record(): error.detail.error_code Changed
  • mistral.beta.observability.datasets.import_from_campaign(): error.detail.error_code Changed
  • mistral.beta.observability.judges.create(): error.detail.error_code Changed

... (truncated)

Changelog

Sourced from mistralai's changelog.

2024-08-07 14:25:13

Changes

Based on:

Generated

  • [python v1.0.0] .

Releases

2024-08-08 18:12:16

Changes

Based on:

Generated

  • [python v1.0.1] .

Releases

2024-08-20 08:36:28

Changes

Based on:

Generated

  • [python v1.0.2] .

Releases

2024-08-29 09:09:05

Changes

Based on:

Generated

  • [python v1.0.3] .

Releases

2024-09-13 16:21:24

Changes

Based on:

Generated

  • [python v1.1.0] .

Releases

... (truncated)

Commits
  • eee98b9 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.3.0 (#469)
  • 77a33ed clean: add harcoded route for whoami to remove it from publicly exposed ones ...
  • 68a4cb7 speakeasy: update version to 1.761.1 (#465)
  • 21a7e44 test(azure): improve integration tests and fix pre-commit mypy config (#462)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mistralai](https://github.com/mistralai/client-python) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/mistralai/client-python/releases)
- [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md)
- [Commits](mistralai/client-python@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: mistralai
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the deps/python Dependency update for Python code label Apr 13, 2026
@github-actions github-actions bot enabled auto-merge (rebase) April 13, 2026 04:58
@github-actions github-actions bot added the size/XS Pull request with less than 10 lines of code label Apr 13, 2026
@github-actions github-actions bot merged commit 46b3ea2 into main Apr 13, 2026
19 checks passed
@github-actions github-actions bot deleted the dependabot/pip/mistralai-2.3.0 branch April 13, 2026 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps/python Dependency update for Python code size/XS Pull request with less than 10 lines of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants