python3Packages.llama-index-embeddings-google: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm
2026-01-28 16:39:36 +00:00
parent ab2f9de934
commit 996b4aed63
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-google";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_embeddings_google";
inherit version;
hash = "sha256-bVVg+oHf8KPb04F/HE/2XVkn4NY/Bb+PPj3fypkJ/zE=";
hash = "sha256-dWV2fKudLsxfpHTGrGljMBU62vYUqzf8NarQ3Nl9poI=";
};
pythonRelaxDeps = [ "google-generativeai" ];