Search Criteria
Package Details: python-mistralai 1.8.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mistralai.git (read-only, click to copy) |
---|---|
Package Base: | python-mistralai |
Description: | You can use the Mistral Python client to interact with the Mistral AI API. |
Upstream URL: | https://github.com/mistralai/client-python |
Licenses: | MIT |
Submitter: | wjhandley |
Maintainer: | wjhandley |
Last Packager: | wjhandley |
Votes: | 1 |
Popularity: | 0.153357 |
First Submitted: | 2024-08-03 11:22 (UTC) |
Last Updated: | 2025-06-26 10:41 (UTC) |
Dependencies (14)
- python-dateutil (python-dateutil-gitAUR)
- python-eval-type-backportAUR
- python-httpx (python-httpx-gitAUR)
- python-pydantic
- python-typing_inspect
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-authlib (optional) – agents
- python-google-auth (optional) – gcp
- python-griffeAUR (optional) – agents
- python-mcpAUR (optional) – agents
- python-requests (optional) – gcp
Latest Comments
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-orjson
andpython-eval-type-backport
from dependencies and editoptdepends
to be:optdepends=('python-google-auth: gcp' 'python-requests: gcp' 'python-mcp: agents' 'python-griffe: agents' 'python-authlib: agents')
and
makedepends
to be:makedepends=('python-poetry-core' 'python-build' 'python-installer' 'python-wheel')
and please remove
provides=(lsbi)
fromPKGBUILD
filemedaminezghal 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.