python312Packages.llama-index-vector-stores-postgres: 0.3.0 -> 0.3.2

This commit is contained in:
Fabian Affolter
2024-12-07 00:39:27 +01:00
parent 501ebee47f
commit 7fed8724d2
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.3.0";
version = "0.3.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-UqXJz6sNGbKp4vlGqbR9R3RE6v63RSehjA65v20dan8=";
hash = "sha256-Ny1hKQUwrzvb/GI2WRa80i0EsE92oqSEdj6hFBle6H8=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];