Skip to content

Python: Update mistralai requirement from <2.7.3,>=1.2 to >=1.2,<2.9.5 in /python - #14391

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/mistralai-gte-1.2-and-lt-2.9.5
Open

Python: Update mistralai requirement from <2.7.3,>=1.2 to >=1.2,<2.9.5 in /python#14391
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/mistralai-gte-1.2-and-lt-2.9.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on mistralai to permit the latest version.

Release notes

Sourced from mistralai's releases.

python - v2.9.4 - 2026-08-21 18:06:04

Generated by Speakeasy CLI

2026-08-21 09:35:18

Changes

Based on:

Generated

  • [python v2.9.4] .

Releases

Publishing Completed

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
  • df37126 ci: publish with a twine that accepts current wheel metadata (#612)
  • b770bb8 feat(otel): read workflow execution id from baggage (#611)
  • 22f9040 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • e31acb2 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • 22608d4 Add optional parameter to force payload offloading (#608)
  • dd6a743 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • 504bcfc fix(otel): relax semantic-conventions upper bound (#605)
  • 1cc2d2c chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • c53dcfd chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • 7749c84 chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy/mistralai-s...
  • Additional commits viewable in compare view

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)

Updates the requirements on [mistralai](https://github.com/mistralai/client-python) to permit the latest version.
- [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.2.0...v2.9.4)

---
updated-dependencies:
- dependency-name: mistralai
  dependency-version: 2.9.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 22:12
Copilot AI lite review requested due to automatic review settings September 7, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 7, 2026
@github-actions github-actions Bot changed the title Update mistralai requirement from <2.7.3,>=1.2 to >=1.2,<2.9.5 in /python Python: Update mistralai requirement from <2.7.3,>=1.2 to >=1.2,<2.9.5 in /python Sep 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The dependency constraint update leaves the committed Python lockfile out of sync, which can break frozen/reproducible installs.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the Python package extra dependency constraint for mistralai to allow newer client versions, aligning Semantic Kernel’s Python connector ecosystem with the latest mistralai releases.

Changes:

  • Bumps the allowed mistralai version range from <2.7.3 to <2.9.5 in the Python pyproject.toml extras.
File summaries
File Description
python/pyproject.toml Expands the allowed mistralai dependency upper bound for the mistralai extra.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread python/pyproject.toml
Comment on lines 105 to 107
mistralai = [
"mistralai >= 1.2,< 2.7.3"
"mistralai >= 1.2,< 2.9.5"
]
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. Used by Dependabot. python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant