python312Packages.llama-index-vector-stores-postgres: 0.1.5 -> 0.1.7

This commit is contained in:
Fabian Affolter
2024-05-02 09:50:25 +02:00
parent 4ce739999a
commit 5be314d1c4
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.1.5";
version = "0.1.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-9jE+1Gbx2y/CSqkpSfuYqgyX49yZwhwmJbiG/EHwTLw=";
hash = "sha256-00ccEfjYY8qrNYymHQ5w43w8zAHUAntO6oiwYUwaOVw=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];