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

This commit is contained in:
Fabian Affolter
2024-06-15 09:21:11 +02:00
parent 05577f3b1f
commit ca82f0e954
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.1.10";
version = "0.1.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-mtEAl4e3NAx5rILQu7BAv/4+kxth5IybHeKUAwFZQbs=";
hash = "sha256-ziP/lUnFJpvcy6Y4h1uSH6qkpYHO+3U+mfg2XIJIeg4=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];