python311Packages.llama-index-vector-stores-postgres: 0.1.11 -> 0.1.13

This commit is contained in:
Fabian Affolter
2024-08-04 15:52:09 +02:00
parent 76a8f0b4d4
commit d3c46b544c
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.1.11";
version = "0.1.13";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-ziP/lUnFJpvcy6Y4h1uSH6qkpYHO+3U+mfg2XIJIeg4=";
hash = "sha256-aqSSgXb1fmEY98pj8xNQolDLOFbsq/UOXCVZReHYgD4=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];