Skip to content

build(deps): bump mistralai from 2.0.2 to 2.1.2#580

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps mistralai from 2.0.2 to 2.1.2.

Release notes

Sourced from mistralai's releases.

python - v2.1.2 - 2026-03-20 15:16:14

Generated by Speakeasy CLI

mistralai 2.1.2

Python SDK Changes:

  • mistral.beta.conversations.start():
    • request.tools[] Changed (Breaking ⚠️)
  • mistral.beta.conversations.list(): response.[].union(ModelConversation).tools[] Changed (Breaking ⚠️)
  • mistral.beta.conversations.get(): response.union(ModelConversation).tools[] Changed (Breaking ⚠️)
  • mistral.beta.conversations.start_stream():
    • request.tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.create():
    • request.tools[] Changed (Breaking ⚠️)
    • response.tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.list(): response.[].tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.get(): response.tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.update():
    • request.tools[] Changed (Breaking ⚠️)
    • response.tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.update_version(): response.tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.list_versions(): response.[].tools[] Changed (Breaking ⚠️)
  • mistral.beta.agents.get_version(): response.tools[] Changed (Breaking ⚠️)
  • mistral.chat.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[] Changed (Breaking ⚠️)
  • mistral.chat.stream(): request Changed (Breaking ⚠️)
  • mistral.fim.complete(): response.choices[] Changed (Breaking ⚠️)
  • mistral.agents.complete():
    • request Changed (Breaking ⚠️)
    • response.choices[] Changed (Breaking ⚠️)
  • mistral.agents.stream(): request Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.754.0

Publishing Completed

python - v2.1.1 - 2026-03-20 12:22:50

Generated by Speakeasy CLI

mistralai 2.1.1

Python SDK Changes:

  • mistral.chat.complete(): response.choices[] Changed (Breaking ⚠️)
  • mistral.fim.complete(): response.choices[] Changed (Breaking ⚠️)
  • mistral.agents.complete(): response.choices[] Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.754.0

Publishing Completed

python - v2.1.0 - 2026-03-20 08:53:19

... (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
  • ec0e7c4 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.1.2 (#444)
  • 325c500 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.1.1 (#442)
  • 793c3ac fix(extra): return ResponseFormatTypedDict from response_format_from_pydantic...
  • 86e592f chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.1.0 (#439)
  • b2428fd chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.5 (#434)
  • 3d9eb57 feat(otel): read gen_ai.conversation.id from OTEL baggage and set as span att...
  • 95f440a ci: pin Speakeasy CLI to 1.754.0 (#425)
  • 1f25e81 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.4 (#426)
  • 93b9b7a chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.3 (#424)
  • 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.0.2 to 2.1.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@v2.0.2...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
@dependabot dependabot bot requested a review from samonaisi as a code owner March 23, 2026 03:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
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