python312Packages.llama-index-legacy: relax tenacity

This commit is contained in:
Fabian Affolter 2024-10-31 22:27:15 +01:00
parent 35f3b601ee
commit 25b3bfec1b
2 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,8 @@ buildPythonPackage rec {
hash = "sha256-9pafEIXvsKvr1jZ+RvNRICDz9rnAhvRYpRmDDdYeggY=";
};
pythonRelaxDeps = [ "tenacity" ];
build-system = [ poetry-core ];
dependencies = [ llama-index-core ];

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
hash = "sha256-n6fGNgXB4pbhea1e5QT0Co/sVnd8r3L5+pVCut5U2Uw=";
hash = "sha256-3vFadjVLtGWLFrrbklN6cudmJz1eVmsFdUYQBdpThH8=";
};
build-system = [ poetry-core ];