Install this version:
emerge -a =dev-python/mistralai-2.3.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/mistralai-2.3.2
Or alternatively:
emerge --autounmask-write -a =dev-python/mistralai-2.3.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.3.2 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Mistral AI Python client"
HOMEPAGE="https://github.com/mistralai/client-python"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="Apache-2.0"
RDEPEND="
dev-python/eval-type-backport[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/jsonpath-python[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/typing-inspection[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
dev-python/opentelemetry-api[${PYTHON_USEDEP}]
dev-python/opentelemetry-semantic-conventions[${PYTHON_USEDEP}]
"
RESTRICT="test"
dev-python/eval-type-backport[] dev-python/httpx[] dev-python/jsonpath-python[] dev-python/pydantic[] dev-python/python-dateutil[] dev-python/typing-inspection[] >=dev-python/typing-extensions-4.0[] dev-python/opentelemetry-api[] dev-python/opentelemetry-semantic-conventions[]