Skip to content

build(deps): bump mistralai from 1.12.4 to 2.0.2#571

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-pip-mistralai-2.0.2
Open

build(deps): bump mistralai from 1.12.4 to 2.0.2#571
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-pip-mistralai-2.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps mistralai from 1.12.4 to 2.0.2.

Release notes

Sourced from mistralai's releases.

python - v2.0.2 - 2026-03-13 13:56:02

Generated by Speakeasy CLI

mistralai 2.0.2

Python SDK Changes:

  • mistral.beta.conversations.start(): response.guardrails[] Changed (Breaking ⚠️)
  • mistral.beta.conversations.append(): response.guardrails[] Changed (Breaking ⚠️)
  • mistral.beta.conversations.restart(): response.guardrails[] Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.729.0

Publishing Completed

python - v2.0.1 - 2026-03-12 07:59:19

Generated by Speakeasy CLI

mistralai 2.0.1

Python SDK Changes:

  • mistral.chat.complete():
    • request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
    • response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.classifiers.classify_chat():
    • request.input.union(InstructRequest).messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.classifiers.moderate_chat():
    • request.inputs.union(Array<>)[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.agents.stream():
    • request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
    • response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.agents.complete():
    • request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
    • response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.fim.stream(): response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.fim.complete(): response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.chat.stream():
    • request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
    • response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url) Removed (Breaking ⚠️)
  • mistral.beta.conversations.restart_stream():
    • request.guardrails[] Changed
  • mistral.beta.agents.update():
    • request Changed
    • response Changed
  • mistral.beta.agents.update_version(): response Changed
  • mistral.beta.agents.list_versions(): response.[] Changed
  • mistral.beta.agents.get_version(): response Changed
  • mistral.beta.agents.get(): response Changed
  • mistral.beta.agents.list(): response.[] Changed
  • mistral.beta.agents.create():
    • request Changed
    • response Changed
  • mistral.beta.conversations.start(): request Changed
  • mistral.beta.conversations.start_stream(): request 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
  • ed25660 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.2 (#423)
  • 93e78a9 fix: docs fixes and publish pipeline for 2.0.1.post1
  • 8da1e18 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.1 (#421)
  • 6035f17 ci: publish v2 from main (#417)
  • d12d367 docs: update README to reflect v2 as latest PyPI release (#416)
  • f5e9908 feat(extra): better OTEL instrumentation (#407)
  • 809234f docs: fix typo in migration guide (#408)
  • c52beed chore(deps): move invoke and pyyaml to dev dependencies (#413)
  • 54def72 Fix rec_strict_json_schema to handle numeric constraint keywords (#302)
  • 643ebee Fix function_calling.py to check all transactions before returning error (#290)
  • Additional commits viewable 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2026
@dependabot dependabot bot requested a review from samonaisi as a code owner March 16, 2026 03:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2026
Bumps [mistralai](https://github.com/mistralai/client-python) from 1.12.4 to 2.0.2.
- [Release notes](https://github.com/mistralai/client-python/releases)
- [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md)
- [Commits](mistralai/client-python@v1.12.4...v2.0.2)

---
updated-dependencies:
- dependency-name: mistralai
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-mistralai-2.0.2 branch from 398ee78 to d2171dc Compare March 16, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants