python3Packages.mistralai: 1.10.0 -> 1.10.1

This commit is contained in:
mana-byte
2026-01-17 13:12:43 +00:00
committed by Gaetan Lepage
parent e4634e0583
commit 3863ec20e4
@@ -4,7 +4,7 @@
fetchFromGitHub,
# build-system
poetry-core,
hatchling,
# dependencies
eval-type-backport,
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "mistralai";
version = "1.10.0";
version = "1.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mistralai";
repo = "client-python";
tag = "v${version}";
hash = "sha256-B7ZJTwykFnOibTJL5AP3eKT15rLgAJ1hc53BL9TR0CM=";
hash = "sha256-y1et8Ez5TAge0kk/a9fA1zcgPStYf+6aO19OLhMGk/8=";
};
preBuild = ''
@@ -47,7 +47,7 @@ buildPythonPackage rec {
'';
build-system = [
poetry-core
hatchling
];
pythonRelaxDeps = [