python3Packages.llama-index-vector-stores-postgres: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2026-03-15 12:53:44 +00:00
parent ac62360b13
commit 01b7f07cee
@@ -11,13 +11,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-vector-stores-postgres";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit (finalAttrs) version;
hash = "sha256-ICjfw0ooNCCpC3mGxQrqfNtBZ0ijcxW15VXbZElfQcw=";
hash = "sha256-4/cvFvCod2thC0RiW1/KtVpZd84vpafTsWIwahDZtOg=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];