python3Packages.llama-index-vector-stores-google: 0.4.0 -> 0.4.1 (#441461)

This commit is contained in:
Fabian Affolter
2025-09-12 06:13:52 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-google";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_google";
inherit version;
hash = "sha256-EjokpP+46z/OwgmtQO4OnL+w4mUFR0M+2MmycojAc7E=";
hash = "sha256-+7Lx//NNjYe0UWWOmLTxajKrfjG9OReVpPgOoO2fczk=";
};
pythonRelaxDeps = [ "google-generativeai" ];