python3Packages.llama-index-embeddings-gemini: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-09-11 12:35:40 +00:00
parent ce43b94ad4
commit 6157f6fd44
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-gemini";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_embeddings_gemini";
inherit version;
hash = "sha256-Cyy89LP4B+J4fbMQmyZyH3VrRSnX7A0U6zGIvS0xPqw=";
hash = "sha256-XkFXYdaRr1i0Ez5GLkxIGIJZcR/hCS2mB2t5jWRUUs0=";
};
pythonRelaxDeps = [ "google-generativeai" ];