Search Criteria
Package Details: python-mistralai 2.4.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-mistralai.git (read-only, click to copy) |
|---|---|
| Package Base: | python-mistralai |
| Description: | Python Client SDK for the Mistral AI API. |
| Upstream URL: | https://github.com/mistralai/client-python |
| Licenses: | MIT |
| Submitter: | wjhandley |
| Maintainer: | wjhandley (medaminezghal) |
| Last Packager: | wjhandley |
| Votes: | 4 |
| Popularity: | 0.34 |
| First Submitted: | 2024-08-03 11:22 (UTC) |
| Last Updated: | 2026-05-07 21:36 (UTC) |
Dependencies (18)
- python
- python-dateutil (python-dateutil-gitAUR)
- python-httpx (python-httpx-gitAUR)
- python-jsonpath-pythonAUR
- python-opentelemetry-api
- python-opentelemetry-semantic-conventions
- python-pydantic
- python-typing-inspection
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-authlib (optional) – agents
- python-google-auth (optional) – gcp
- python-griffe (optional) – agents
- python-mcpAUR (optional) – agents
- python-requests (optional) – gcp
- python-websockets (python-websockets-gitAUR) (optional) – realtime
Latest Comments
rubin55 commented on 2026-05-12 09:29 (UTC)
Careful, I just got a notification that
python-mistralai2.4.6 is compromised, see: https://socket.dev/blog/tanstack-npm-packages-compromised-mini-shai-hulud-supply-chain-attack#All-Compromised-Packagesmedaminezghal commented on 2026-04-08 10:26 (UTC)
@wjhandley Could you add me as co-maintainer?
hcartiaux commented on 2026-03-27 16:16 (UTC) (edited on 2026-03-27 16:54 (UTC) by hcartiaux)
Also add python-hatchling to the makedepends array.
rubin55 commented on 2026-03-16 19:10 (UTC)
I went through the
pyproject.tomldifferences between 1.12.4 and 2.0.4 and created a diff for you:This update is particularly important to me because mistral-vibe 2.5.0, which I maintain, depends on this later version of
python-mistralai.medaminezghal commented on 2025-06-26 09:26 (UTC)
@wjhandley python-httpx should be a dependency of mistralai
medaminezghal commented on 2025-06-26 06:18 (UTC)
@wjhandley you can remove
python-orjsonandpython-eval-type-backportfrom dependencies and editoptdependsto be:optdepends=('python-google-auth: gcp' 'python-requests: gcp' 'python-mcp: agents' 'python-griffe: agents' 'python-authlib: agents')and
makedependsto be:makedepends=('python-poetry-core' 'python-build' 'python-installer' 'python-wheel')and please remove
provides=(lsbi)fromPKGBUILDfilemedaminezghal commented on 2025-03-25 13:43 (UTC)
@wjhandley The version 1.6.0 has been released. You need to update some dependencies (removing python-jsonpath-python, movine python-google-auth and python-requests to optional) and please add the url https://github.com/mistralai/client-python
medaminezghal commented on 2025-02-20 11:17 (UTC)
@wjhandley the dependency should be 'python-requests' not 'python-request'
medaminezghal commented on 2025-02-19 06:18 (UTC)
@wjhandley a new version has been published 1.5.0 and you need to update its dependencies.