Package Details: python-mistral-common 1.8.6-1

Git Clone URL: https://aur.archlinux.org/python-mistral-common.git (read-only, click to copy)
Package Base: python-mistral-common
Description: set of tools to help you work with Mistral models
Upstream URL: https://pypi.org/project/mistral-common
Licenses: Apache-2.0
Submitter: envolution
Maintainer: envolution
Last Packager: envolution
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-30 17:10 (UTC)
Last Updated: 2025-12-01 02:19 (UTC)

Latest Comments

davispuh commented on 2026-05-02 18:48 (UTC)

vLLM depends on mistral-common v1.11.0

diff --git a/PKGBUILD b/PKGBUILD
index b00ff39..bbd97c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # shellcheck shell=bash disable=SC2034,SC2154
 pkgname=python-mistral-common
 _pkgname=mistral-common
-pkgver=1.8.6
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="set of tools to help you work with Mistral models"
 arch=('x86_64')
@@ -19,7 +19,7 @@ makedepends=(
 )
 source=("https://files.pythonhosted.org/packages/source/m/mistral-common/mistral_common-${pkgver}.tar.gz")

-sha256sums=('c61702720093f7a06508e81923917b04e35062b9ff396b8512b9c4d1139767ee')
+sha256sums=('b784e1f9141bbcb26ab1f61b724c709f08cd3543e81730cb7248721499491840')

 build() {
   cd "mistral_common-${pkgver}"

terusus commented on 2025-01-29 12:56 (UTC)

Depends on python-poetry-core.